Interface DiskEncryptionSet.DefinitionStages.WithKeyVault
- All Known Subinterfaces:
DiskEncryptionSet.Definition
- Enclosing interface:
- DiskEncryptionSet.DefinitionStages
public static interface DiskEncryptionSet.DefinitionStages.WithKeyVault
The stage of a disk encryption set definition allowing to associate with an Azure key vault.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingKeyVault(String keyVaultId) Associates with the disk encryption set an Azure key vault by its resource ID.
-
Method Details
-
withExistingKeyVault
Associates with the disk encryption set an Azure key vault by its resource ID.- Parameters:
keyVaultId- resource ID of the Azure key vault- Returns:
- the next stage of the definition
-