Uses of Class
com.azure.resourcemanager.containerregistry.models.TrustPolicyType
Packages that use TrustPolicyType
Package
Description
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 TrustPolicyTypeModifier and TypeFieldDescriptionstatic final TrustPolicyTypeTrustPolicyType.NOTARYStatic value Notary for TrustPolicyType.Methods in com.azure.resourcemanager.containerregistry.models that return TrustPolicyTypeModifier and TypeMethodDescriptionstatic TrustPolicyTypeTrustPolicyType.fromString(String name) Creates or finds a TrustPolicyType from its string representation.TrustPolicy.type()Get the type property: The type of trust policy.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type TrustPolicyTypeModifier and TypeMethodDescriptionstatic Collection<TrustPolicyType> TrustPolicyType.values()Gets known TrustPolicyType values.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type TrustPolicyTypeModifier and TypeMethodDescriptionTrustPolicy.withType(TrustPolicyType type) Set the type property: The type of trust policy.