ArmHDInsightModelFactory.HDInsightClusterDiskEncryptionContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.HDInsight.Models.HDInsightClusterDiskEncryptionContent HDInsightClusterDiskEncryptionContent(Uri vaultUri = default, string keyName = default, string keyVersion = default);
static member HDInsightClusterDiskEncryptionContent : Uri * string * string -> Azure.ResourceManager.HDInsight.Models.HDInsightClusterDiskEncryptionContent
Public Shared Function HDInsightClusterDiskEncryptionContent (Optional vaultUri As Uri = Nothing, Optional keyName As String = Nothing, Optional keyVersion As String = Nothing) As HDInsightClusterDiskEncryptionContent
Parameters
- vaultUri
- Uri
Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net.
- keyName
- String
Key name that is used for enabling disk encryption.
- keyVersion
- String
Specific key version that is used for enabling disk encryption.
Returns
A new HDInsightClusterDiskEncryptionContent instance for mocking.