FeatureSupportOperations interface
Interface representing a FeatureSupport operations.
Properties
| validate | It will validate if given feature with resource properties is supported in service |
Property Details
validate
It will validate if given feature with resource properties is supported in service
validate: (azureRegion: string, parameters: FeatureSupportRequestUnion, options?: FeatureSupportValidateOptionalParams) => Promise<AzureVMResourceFeatureSupportResponse>
Property Value
(azureRegion: string, parameters: FeatureSupportRequestUnion, options?: FeatureSupportValidateOptionalParams) => Promise<AzureVMResourceFeatureSupportResponse>