RecoveryServicesBackupExtensions.ValidateFeatureSupport メソッド

定義

リソース プロパティを持つ特定の機能がサービスでサポートされているかどうかを検証します

  • Request Path/Subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupValidateFeatures
  • 操作IdFeatureSupport_Validate
public static Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.Models.VmResourceFeatureSupportResult> ValidateFeatureSupport (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, Azure.ResourceManager.RecoveryServicesBackup.Models.FeatureSupportContent content, System.Threading.CancellationToken cancellationToken = default);
static member ValidateFeatureSupport : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Azure.ResourceManager.RecoveryServicesBackup.Models.FeatureSupportContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.Models.VmResourceFeatureSupportResult>
<Extension()>
Public Function ValidateFeatureSupport (subscriptionResource As SubscriptionResource, location As AzureLocation, content As FeatureSupportContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of VmResourceFeatureSupportResult)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行するインスタンス。

location
AzureLocation

Api にヒットする Azure リージョン。

content
FeatureSupportContent

機能サポート要求オブジェクト。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

content が null です。

適用対象