Uses of Class
com.azure.resourcemanager.containerregistry.models.TlsStatus
Packages that use TlsStatus
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of TlsStatus in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as TlsStatusModifier and TypeFieldDescriptionstatic final TlsStatusTlsStatus.DISABLEDStatic value Disabled for TlsStatus.static final TlsStatusTlsStatus.ENABLEDStatic value Enabled for TlsStatus.Methods in com.azure.resourcemanager.containerregistry.models that return TlsStatusModifier and TypeMethodDescriptionstatic TlsStatusTlsStatus.fromString(String name) Creates or finds a TlsStatus from its string representation.TlsProperties.status()Get the status property: Indicates whether HTTPS is enabled for the login server.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type TlsStatusModifier and TypeMethodDescriptionstatic Collection<TlsStatus> TlsStatus.values()Gets known TlsStatus values.