Uses of Class
com.azure.resourcemanager.containerregistry.models.EncryptionProperty
-
Packages that use EncryptionProperty Package Description com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models 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 EncryptionProperty Modifier and Type Method Description EncryptionPropertyRegistryInner. encryption()Get the encryption property: The encryption settings of container registry.EncryptionPropertyRegistryProperties. encryption()Get the encryption property: The encryption settings of container registry.EncryptionPropertyRegistryPropertiesUpdateParameters. encryption()Get the encryption property: The encryption settings of container registry.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type EncryptionProperty Modifier and Type Method Description RegistryInnerRegistryInner. withEncryption(EncryptionProperty encryption)Set the encryption property: The encryption settings of container registry.RegistryPropertiesRegistryProperties. withEncryption(EncryptionProperty encryption)Set the encryption property: The encryption settings of container registry.RegistryPropertiesUpdateParametersRegistryPropertiesUpdateParameters. 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 EncryptionProperty Modifier and Type Method Description EncryptionPropertyRegistryUpdateParameters. encryption()Get the encryption property: The encryption settings of container registry.EncryptionPropertyEncryptionProperty. withKeyVaultProperties(KeyVaultProperties keyVaultProperties)Set the keyVaultProperties property: Key vault properties.EncryptionPropertyEncryptionProperty. 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 EncryptionProperty Modifier and Type Method Description RegistryUpdateParametersRegistryUpdateParameters. withEncryption(EncryptionProperty encryption)Set the encryption property: The encryption settings of container registry.
-