Uses of Class
com.azure.resourcemanager.containerregistry.models.KeyVaultProperties
-
Packages that use KeyVaultProperties Package Description com.azure.resourcemanager.containerregistry.models 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 KeyVaultProperties Modifier and Type Method Description KeyVaultPropertiesEncryptionProperty. keyVaultProperties()Get the keyVaultProperties property: Key vault properties.KeyVaultPropertiesKeyVaultProperties. withIdentity(String identity)Set the identity property: The client id of the identity which will be used to access key vault.KeyVaultPropertiesKeyVaultProperties. 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 KeyVaultProperties Modifier and Type Method Description EncryptionPropertyEncryptionProperty. withKeyVaultProperties(KeyVaultProperties keyVaultProperties)Set the keyVaultProperties property: Key vault properties.
-