2022-07-30 09:36:06 +03:00
|
|
|
### YamlMime:JavaType
|
|
|
|
uid: "com.azure.resourcemanager.compute.models.DiskEncryptionSet.DefinitionStages.WithKeyVaultKey"
|
|
|
|
fullName: "com.azure.resourcemanager.compute.models.DiskEncryptionSet.DefinitionStages.WithKeyVaultKey"
|
|
|
|
name: "DiskEncryptionSet.DefinitionStages.WithKeyVaultKey"
|
|
|
|
nameWithType: "DiskEncryptionSet.DefinitionStages.WithKeyVaultKey"
|
|
|
|
summary: "The stage of a disk encryption set definition allowing to associate with an Azure key vault key."
|
2022-11-01 07:30:49 +03:00
|
|
|
syntax: "public static interface **DiskEncryptionSet.DefinitionStages.WithKeyVaultKey**"
|
2022-07-30 09:36:06 +03:00
|
|
|
methods:
|
2022-08-22 08:55:24 +03:00
|
|
|
- uid: "com.azure.resourcemanager.compute.models.DiskEncryptionSet.DefinitionStages.WithKeyVaultKey.withExistingKey(java.lang.String)"
|
|
|
|
fullName: "com.azure.resourcemanager.compute.models.DiskEncryptionSet.DefinitionStages.WithKeyVaultKey.withExistingKey(String keyId)"
|
|
|
|
name: "withExistingKey(String keyId)"
|
|
|
|
nameWithType: "DiskEncryptionSet.DefinitionStages.WithKeyVaultKey.withExistingKey(String keyId)"
|
|
|
|
summary: "Associate with the disk encryption set an Azure key vault key by its ID."
|
|
|
|
modifiers:
|
|
|
|
- "abstract"
|
|
|
|
parameters:
|
|
|
|
- description: "ID of the Azure key vault key"
|
|
|
|
name: "keyId"
|
2022-09-07 07:25:44 +03:00
|
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
2022-08-22 08:55:24 +03:00
|
|
|
syntax: "public abstract DiskEncryptionSet.DefinitionStages.WithSystemAssignedManagedServiceIdentity withExistingKey(String keyId)"
|
|
|
|
desc: "Associate with the disk encryption set an Azure key vault key by its ID."
|
|
|
|
returns:
|
|
|
|
description: "the next stage of the definition"
|
|
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.models.DiskEncryptionSet.DefinitionStages.WithSystemAssignedManagedServiceIdentity?alt=com.azure.resourcemanager.compute.models.DiskEncryptionSet.DefinitionStages.WithSystemAssignedManagedServiceIdentity&text=WithSystemAssignedManagedServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
|
2022-07-30 09:36:06 +03:00
|
|
|
type: "interface"
|
2022-08-11 07:43:16 +03:00
|
|
|
desc: "The stage of a disk encryption set definition allowing to associate with an Azure key vault key."
|
2022-07-30 09:36:06 +03:00
|
|
|
metadata: {}
|
|
|
|
package: "com.azure.resourcemanager.compute.models"
|
2024-10-26 06:18:01 +03:00
|
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-compute:2.44.0
|