Uses of Class
com.azure.resourcemanager.containerregistry.models.EncryptionStatus
Packages that use EncryptionStatus
Package
Description
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 EncryptionStatusModifier and TypeFieldDescriptionstatic final EncryptionStatusEncryptionStatus.DISABLEDStatic value disabled for EncryptionStatus.static final EncryptionStatusEncryptionStatus.ENABLEDStatic value enabled for EncryptionStatus.Methods in com.azure.resourcemanager.containerregistry.models that return EncryptionStatusModifier and TypeMethodDescriptionstatic EncryptionStatusEncryptionStatus.fromString(String name) Creates or finds a EncryptionStatus from its string representation.EncryptionProperty.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 EncryptionStatusModifier and TypeMethodDescriptionstatic Collection<EncryptionStatus> EncryptionStatus.values()Gets known EncryptionStatus values.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type EncryptionStatusModifier and TypeMethodDescriptionEncryptionProperty.withStatus(EncryptionStatus status) Set the status property: Indicates whether or not the encryption is enabled for container registry.