英語で読む

次の方法で共有


DiskEncryptionSetsOperationsExtensions.BeginUpdateAsync メソッド

定義

ディスク暗号化セットを更新 (パッチ) します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.DiskEncryptionSet> BeginUpdateAsync (this Microsoft.Azure.Management.Compute.IDiskEncryptionSetsOperations operations, string resourceGroupName, string diskEncryptionSetName, Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetUpdate diskEncryptionSet, System.Threading.CancellationToken cancellationToken = default);

パラメーター

operations
IDiskEncryptionSetsOperations

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

resourceGroupName
String

リソース グループの名前。

diskEncryptionSetName
String

作成されるディスク暗号化セットの名前。 ディスク暗号化セットの作成後に名前を変更することはできません。 名前でサポートされている文字は、a-z、A-Z、0-9、_ および です。 名前の最大長は 80 文字です。

diskEncryptionSet
DiskEncryptionSetUpdate

パッチ ディスク暗号化セット操作の本文で指定されたディスク暗号化セット オブジェクト。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象

製品 バージョン
Azure SDK for .NET Legacy