FeatureSupport interface

Interface representing a FeatureSupport.

Methods

validate(string, FeatureSupportRequestUnion, FeatureSupportValidateOptionalParams)

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

options
FeatureSupportValidateOptionalParams

The options parameters.

Returns