Uses of Class
com.azure.resourcemanager.containerregistry.models.KeyVaultProperties
Packages that use KeyVaultProperties
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of KeyVaultProperties in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return KeyVaultPropertiesModifier and TypeMethodDescriptionstatic KeyVaultPropertiesKeyVaultProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KeyVaultProperties from the JsonReader.EncryptionProperty.keyVaultProperties()Get the keyVaultProperties property: Key vault properties.KeyVaultProperties.withIdentity(String identity) Set the identity property: The client id of the identity which will be used to access key vault.KeyVaultProperties.withKeyIdentifier(String keyIdentifier) Set the keyIdentifier property: Key vault uri to access the encryption key.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type KeyVaultPropertiesModifier and TypeMethodDescriptionEncryptionProperty.withKeyVaultProperties(KeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: Key vault properties.