Uses of Class
com.azure.resourcemanager.containerregistry.models.EncryptionStatus
-
Packages that use EncryptionStatus Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of EncryptionStatus in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as EncryptionStatus Modifier and Type Field Description static EncryptionStatusEncryptionStatus. DISABLEDStatic value disabled for EncryptionStatus.static EncryptionStatusEncryptionStatus. ENABLEDStatic value enabled for EncryptionStatus.Methods in com.azure.resourcemanager.containerregistry.models that return EncryptionStatus Modifier and Type Method Description static EncryptionStatusEncryptionStatus. fromString(String name)Creates or finds a EncryptionStatus from its string representation.EncryptionStatusEncryptionProperty. status()Get the status property: Indicates whether or not the encryption is enabled for container registry.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type EncryptionStatus Modifier and Type Method Description static Collection<EncryptionStatus>EncryptionStatus. values()Methods in com.azure.resourcemanager.containerregistry.models with parameters of type EncryptionStatus Modifier and Type Method Description EncryptionPropertyEncryptionProperty. withStatus(EncryptionStatus status)Set the status property: Indicates whether or not the encryption is enabled for container registry.
-