FeatureSupport interface
Interface representing a FeatureSupport.
Methods
validate(string, Feature |
It will validate if given feature with resource properties is supported in service |
Method Details
validate(string, FeatureSupportRequestUnion, FeatureSupportValidateOptionalParams)
It will validate if given feature with resource properties is supported in service
function validate(azureRegion: string, parameters: FeatureSupportRequestUnion, options?: FeatureSupportValidateOptionalParams): Promise<AzureVMResourceFeatureSupportResponse>
Parameters
- azureRegion
-
string
Azure region to hit Api
- parameters
- FeatureSupportRequestUnion
Feature support request object
The options parameters.