次の方法で共有


VaultExtendedInfoOperationsExtensions.CreateOrUpdateAsync メソッド

定義

コンテナーの拡張情報を作成します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Models.VaultExtendedInfoResource> CreateOrUpdateAsync (this Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations operations, string resourceGroupName, string vaultName, Microsoft.Azure.Management.RecoveryServices.Models.VaultExtendedInfoResource resourceResourceExtendedInfoDetails, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations * string * string * Microsoft.Azure.Management.RecoveryServices.Models.VaultExtendedInfoResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Models.VaultExtendedInfoResource>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IVaultExtendedInfoOperations, resourceGroupName As String, vaultName As String, resourceResourceExtendedInfoDetails As VaultExtendedInfoResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VaultExtendedInfoResource)

パラメーター

operations
IVaultExtendedInfoOperations

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

resourceGroupName
String

Recovery Services コンテナーが存在するリソース グループの名前。

vaultName
String

Recovery Services コンテナーの名前。

resourceResourceExtendedInfoDetails
VaultExtendedInfoResource

ResourceExtendedInfo の詳細

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象