Uses of Class
com.azure.resourcemanager.compute.models.KeyForDiskEncryptionSet
Packages that use KeyForDiskEncryptionSet
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of KeyForDiskEncryptionSet in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return KeyForDiskEncryptionSetModifier and TypeMethodDescriptionDiskEncryptionSetInner.activeKey()Get the activeKey property: The key vault key which is currently used by this disk encryption set.DiskEncryptionSetUpdateProperties.activeKey()Get the activeKey property: Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots.EncryptionSetProperties.activeKey()Get the activeKey property: The key vault key which is currently used by this disk encryption set.Methods in com.azure.resourcemanager.compute.fluent.models that return types with arguments of type KeyForDiskEncryptionSetModifier and TypeMethodDescriptionDiskEncryptionSetInner.previousKeys()Get the previousKeys property: A readonly collection of key vault keys previously used by this disk encryption set while a key rotation is in progress.EncryptionSetProperties.previousKeys()Get the previousKeys property: A readonly collection of key vault keys previously used by this disk encryption set while a key rotation is in progress.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type KeyForDiskEncryptionSetModifier and TypeMethodDescriptionDiskEncryptionSetInner.withActiveKey(KeyForDiskEncryptionSet activeKey) Set the activeKey property: The key vault key which is currently used by this disk encryption set.DiskEncryptionSetUpdateProperties.withActiveKey(KeyForDiskEncryptionSet activeKey) Set the activeKey property: Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots.EncryptionSetProperties.withActiveKey(KeyForDiskEncryptionSet activeKey) Set the activeKey property: The key vault key which is currently used by this disk encryption set. -
Uses of KeyForDiskEncryptionSet in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return KeyForDiskEncryptionSetModifier and TypeMethodDescriptionDiskEncryptionSetUpdate.activeKey()Get the activeKey property: Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots.static KeyForDiskEncryptionSetKeyForDiskEncryptionSet.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KeyForDiskEncryptionSet from the JsonReader.KeyForDiskEncryptionSet.withKeyUrl(String keyUrl) Set the keyUrl property: Fully versioned Key Url pointing to a key in KeyVault.KeyForDiskEncryptionSet.withSourceVault(SourceVault sourceVault) Set the sourceVault property: Resource id of the KeyVault containing the key or secret.Methods in com.azure.resourcemanager.compute.models with parameters of type KeyForDiskEncryptionSetModifier and TypeMethodDescriptionDiskEncryptionSetUpdate.withActiveKey(KeyForDiskEncryptionSet activeKey) Set the activeKey property: Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots.