@autorest/powershell
Version:
AutoRest PowerShell Cmdlet Generator
10 lines • 458 B
TypeScript
import { Variable } from '@azure-tools/codegen-csharp';
import { StringSchema } from '@autorest/codemodel';
import { String } from './string';
export declare class Uri extends String {
constructor(schema: StringSchema, isRequired: boolean);
get declaration(): string;
validatePresence(eventListener: Variable, property: Variable): string;
validateValue(eventListener: Variable, property: Variable): string;
}
//# sourceMappingURL=uri.d.ts.map