Uses of Class
com.azure.resourcemanager.containerregistry.models.CertificateType
Packages that use CertificateType
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of CertificateType in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as CertificateTypeModifier and TypeFieldDescriptionstatic final CertificateTypeCertificateType.LOCAL_DIRECTORYStatic value LocalDirectory for CertificateType.Methods in com.azure.resourcemanager.containerregistry.models that return CertificateTypeModifier and TypeMethodDescriptionstatic CertificateTypeCertificateType.fromString(String name) Creates or finds a CertificateType from its string representation.TlsCertificateProperties.type()Get the type property: The type of certificate location.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type CertificateTypeModifier and TypeMethodDescriptionstatic Collection<CertificateType> CertificateType.values()Gets known CertificateType values.