Uses of Class
com.azure.resourcemanager.compute.models.KeyVaultAndSecretReference
Packages that use KeyVaultAndSecretReference
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of KeyVaultAndSecretReference in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type KeyVaultAndSecretReferenceModifier and TypeClassDescriptionfinal classKey Vault Secret Url and vault id of the encryption key.Methods in com.azure.resourcemanager.compute.models that return KeyVaultAndSecretReferenceModifier and TypeMethodDescriptionEncryptionSettingsElement.diskEncryptionKey()Get the diskEncryptionKey property: Key Vault Secret Url and vault id of the disk encryption key.static KeyVaultAndSecretReferenceKeyVaultAndSecretReference.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KeyVaultAndSecretReference from the JsonReader.KeyVaultAndSecretReference.withSecretUrl(String secretUrl) Set the secretUrl property: Url pointing to a key or secret in KeyVault.KeyVaultAndSecretReference.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 KeyVaultAndSecretReferenceModifier and TypeMethodDescriptionEncryptionSettingsElement.withDiskEncryptionKey(KeyVaultAndSecretReference diskEncryptionKey) Set the diskEncryptionKey property: Key Vault Secret Url and vault id of the disk encryption key.