Uses of Class
com.azure.resourcemanager.containerregistry.models.EncryptionProperty
Packages that use EncryptionProperty
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of EncryptionProperty in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return EncryptionPropertyModifier and TypeMethodDescriptionRegistryInner.encryption()Get the encryption property: The encryption settings of container registry.RegistryProperties.encryption()Get the encryption property: The encryption settings of container registry.RegistryPropertiesUpdateParameters.encryption()Get the encryption property: The encryption settings of container registry.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type EncryptionPropertyModifier and TypeMethodDescriptionRegistryInner.withEncryption(EncryptionProperty encryption) Set the encryption property: The encryption settings of container registry.RegistryProperties.withEncryption(EncryptionProperty encryption) Set the encryption property: The encryption settings of container registry.RegistryPropertiesUpdateParameters.withEncryption(EncryptionProperty encryption) Set the encryption property: The encryption settings of container registry. -
Uses of EncryptionProperty in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return EncryptionPropertyModifier and TypeMethodDescriptionRegistryUpdateParameters.encryption()Get the encryption property: The encryption settings of container registry.static EncryptionPropertyEncryptionProperty.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EncryptionProperty from the JsonReader.EncryptionProperty.withKeyVaultProperties(KeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: Key vault properties.EncryptionProperty.withStatus(EncryptionStatus status) Set the status property: Indicates whether or not the encryption is enabled for container registry.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type EncryptionPropertyModifier and TypeMethodDescriptionRegistryUpdateParameters.withEncryption(EncryptionProperty encryption) Set the encryption property: The encryption settings of container registry.