TrustPolicyType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerregistry. models. TrustPolicyType
- com.
- com.
public final class TrustPolicyType
extends ExpandableStringEnum<TrustPolicyType>
The type of trust policy.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Trust |
NOTARY
Static value Notary for Trust |
Constructor Summary
Constructor | Description |
---|---|
TrustPolicyType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Trust |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Trust |
fromString(String name)
Creates or finds a Trust |
static
Collection<Trust |
values()
Gets known Trust |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
NOTARY
public static final TrustPolicyType NOTARY
Static value Notary for TrustPolicyType.
Constructor Details
TrustPolicyType
@Deprecated
public TrustPolicyType()
Deprecated
Creates a new instance of TrustPolicyType value.
Method Details
fromString
public static TrustPolicyType fromString(String name)
Creates or finds a TrustPolicyType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known TrustPolicyType values.
Returns:
Applies to
Azure SDK for Java