你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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