Uses of Class
com.azure.resourcemanager.compute.models.KeyForDiskEncryptionSet
-
Packages that use KeyForDiskEncryptionSet Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 KeyForDiskEncryptionSet Modifier and Type Method Description KeyForDiskEncryptionSetDiskEncryptionSetInner. activeKey()Get the activeKey property: The key vault key which is currently used by this disk encryption set.KeyForDiskEncryptionSetDiskEncryptionSetUpdateProperties. activeKey()Get the activeKey property: Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots.KeyForDiskEncryptionSetEncryptionSetProperties. 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 KeyForDiskEncryptionSet Modifier and Type Method Description List<KeyForDiskEncryptionSet>DiskEncryptionSetInner. 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.List<KeyForDiskEncryptionSet>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 KeyForDiskEncryptionSet Modifier and Type Method Description DiskEncryptionSetInnerDiskEncryptionSetInner. withActiveKey(KeyForDiskEncryptionSet activeKey)Set the activeKey property: The key vault key which is currently used by this disk encryption set.DiskEncryptionSetUpdatePropertiesDiskEncryptionSetUpdateProperties. withActiveKey(KeyForDiskEncryptionSet activeKey)Set the activeKey property: Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots.EncryptionSetPropertiesEncryptionSetProperties. 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 KeyForDiskEncryptionSet Modifier and Type Method Description KeyForDiskEncryptionSetDiskEncryptionSetUpdate. activeKey()Get the activeKey property: Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots.KeyForDiskEncryptionSetKeyForDiskEncryptionSet. withKeyUrl(String keyUrl)Set the keyUrl property: Fully versioned Key Url pointing to a key in KeyVault.KeyForDiskEncryptionSetKeyForDiskEncryptionSet. 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 KeyForDiskEncryptionSet Modifier and Type Method Description DiskEncryptionSetUpdateDiskEncryptionSetUpdate. withActiveKey(KeyForDiskEncryptionSet activeKey)Set the activeKey property: Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots.
-