Uses of Class
com.azure.resourcemanager.compute.models.KeyVaultSecretReference
-
Packages that use KeyVaultSecretReference Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of KeyVaultSecretReference in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return KeyVaultSecretReference Modifier and Type Method Description KeyVaultSecretReferenceDiskEncryptionSettings. diskEncryptionKey()Get the diskEncryptionKey property: Specifies the location of the disk encryption key, which is a Key Vault Secret.KeyVaultSecretReferenceKeyVaultSecretReference. withSecretUrl(String secretUrl)Set the secretUrl property: The URL referencing a secret in a Key Vault.KeyVaultSecretReferenceKeyVaultSecretReference. withSourceVault(com.azure.core.management.SubResource sourceVault)Set the sourceVault property: The relative URL of the Key Vault containing the secret.Methods in com.azure.resourcemanager.compute.models with parameters of type KeyVaultSecretReference Modifier and Type Method Description DiskEncryptionSettingsDiskEncryptionSettings. withDiskEncryptionKey(KeyVaultSecretReference diskEncryptionKey)Set the diskEncryptionKey property: Specifies the location of the disk encryption key, which is a Key Vault Secret.
-