次の方法で共有


ClustersOperationsExtensions.RotateDiskEncryptionKey メソッド

定義

指定した HDInsight クラスターのディスク暗号化キーをローテーションします。

public static void RotateDiskEncryptionKey (this Microsoft.Azure.Management.HDInsight.IClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.ClusterDiskEncryptionParameters parameters);
static member RotateDiskEncryptionKey : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string * Microsoft.Azure.Management.HDInsight.Models.ClusterDiskEncryptionParameters -> unit
<Extension()>
Public Sub RotateDiskEncryptionKey (operations As IClustersOperations, resourceGroupName As String, clusterName As String, parameters As ClusterDiskEncryptionParameters)

パラメーター

operations
IClustersOperations

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

resourceGroupName
String

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

clusterName
String

クラスターの名前です。

parameters
ClusterDiskEncryptionParameters

ディスク暗号化操作のパラメーター。

適用対象