Class TrustPolicyType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<TrustPolicyType>
com.microsoft.azure.management.containerregistry.TrustPolicyType
Defines values for TrustPolicyType.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TrustPolicyType
Static value Notary for TrustPolicyType. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TrustPolicyType
fromString
(String name) Creates or finds a TrustPolicyType from its string representation.static Collection<TrustPolicyType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
NOTARY
Static value Notary for TrustPolicyType.
-
-
Constructor Details
-
TrustPolicyType
public TrustPolicyType()
-
-
Method Details
-
fromString
Creates or finds a TrustPolicyType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding TrustPolicyType
-
values
- Returns:
- known TrustPolicyType values
-