Interface DiskEncryptionSet.DefinitionStages.WithKeyVaultKey
- All Known Subinterfaces:
DiskEncryptionSet.Definition
- Enclosing interface:
- DiskEncryptionSet.DefinitionStages
public static interface DiskEncryptionSet.DefinitionStages.WithKeyVaultKey
The stage of a disk encryption set definition allowing to associate with an Azure key vault key.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingKey(String keyId) Associate with the disk encryption set an Azure key vault key by its ID.
-
Method Details
-
withExistingKey
DiskEncryptionSet.DefinitionStages.WithSystemAssignedManagedServiceIdentity withExistingKey(String keyId) Associate with the disk encryption set an Azure key vault key by its ID.- Parameters:
keyId- ID of the Azure key vault key- Returns:
- the next stage of the definition
-