ClustersOperationsExtensions.RotateDiskEncryptionKey Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Faire pivoter la clé de chiffrement de disque du cluster HDInsight spécifié.
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)
Paramètres
- operations
- IClustersOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- clusterName
- String
Nom du cluster.
- parameters
- ClusterDiskEncryptionParameters
Paramètres de l’opération de chiffrement de disque.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET