次の方法で共有


FeatureSupportOperationsExtensions.ValidateAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureVMResourceFeatureSupportResponse> ValidateAsync (this Microsoft.Azure.Management.RecoveryServices.Backup.IFeatureSupportOperations operations, string azureRegion, Microsoft.Azure.Management.RecoveryServices.Backup.Models.FeatureSupportRequest parameters, System.Threading.CancellationToken cancellationToken = default);
static member ValidateAsync : Microsoft.Azure.Management.RecoveryServices.Backup.IFeatureSupportOperations * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.FeatureSupportRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureVMResourceFeatureSupportResponse>
<Extension()>
Public Function ValidateAsync (operations As IFeatureSupportOperations, azureRegion As String, parameters As FeatureSupportRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureVMResourceFeatureSupportResponse)

パラメーター

operations
IFeatureSupportOperations

この拡張メソッドの操作グループ。

azureRegion
String

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

parameters
FeatureSupportRequest

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象