KubernetesCluster.DefinitionStages.WithDiskEncryption Interface
public static interface KubernetesCluster.DefinitionStages.WithDiskEncryption
The stage of the Kubernetes cluster definition allowing to specify disk encryption.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withDiskEncryptionSet(String diskEncryptionSetId)
Specifies the disk encryption set for the disk in cluster. |
Method Details
withDiskEncryptionSet
public abstract KubernetesCluster.DefinitionStages.WithCreate withDiskEncryptionSet(String diskEncryptionSetId)
Specifies the disk encryption set for the disk in cluster.
Parameters:
diskEncryptionSetId
- the ID of disk encryption set.
Returns:
the next stage of the definition
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java