Uses of Class
com.azure.resourcemanager.containerregistry.models.TrustPolicy
-
Packages that use TrustPolicy Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of TrustPolicy in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return TrustPolicy Modifier and Type Method Description TrustPolicyPolicies. trustPolicy()Get the trustPolicy property: The content trust policy for a container registry.TrustPolicyTrustPolicy. withStatus(PolicyStatus status)Set the status property: The value that indicates whether the policy is enabled or not.TrustPolicyTrustPolicy. withType(TrustPolicyType type)Set the type property: The type of trust policy.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type TrustPolicy Modifier and Type Method Description PoliciesPolicies. withTrustPolicy(TrustPolicy trustPolicy)Set the trustPolicy property: The content trust policy for a container registry.
-