Uses of Class
com.azure.resourcemanager.containerregistry.models.TrustPolicyType
-
Packages that use TrustPolicyType Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of TrustPolicyType in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as TrustPolicyType Modifier and Type Field Description static TrustPolicyTypeTrustPolicyType. NOTARYStatic value Notary for TrustPolicyType.Methods in com.azure.resourcemanager.containerregistry.models that return TrustPolicyType Modifier and Type Method Description static TrustPolicyTypeTrustPolicyType. fromString(String name)Creates or finds a TrustPolicyType from its string representation.TrustPolicyTypeTrustPolicy. type()Get the type property: The type of trust policy.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type TrustPolicyType Modifier and Type Method Description static Collection<TrustPolicyType>TrustPolicyType. values()Methods in com.azure.resourcemanager.containerregistry.models with parameters of type TrustPolicyType Modifier and Type Method Description TrustPolicyTrustPolicy. withType(TrustPolicyType type)Set the type property: The type of trust policy.
-