ContainerRegistryTrustPolicyType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of trust policy.
public readonly struct ContainerRegistryTrustPolicyType : IEquatable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryTrustPolicyType>
type ContainerRegistryTrustPolicyType = struct
Public Structure ContainerRegistryTrustPolicyType
Implements IEquatable(Of ContainerRegistryTrustPolicyType)
- Inheritance
-
ContainerRegistryTrustPolicyType
- Implements
Constructors
ContainerRegistryTrustPolicyType(String) |
Initializes a new instance of ContainerRegistryTrustPolicyType. |
Properties
Notary |
Notary. |
Methods
Equals(ContainerRegistryTrustPolicyType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ContainerRegistryTrustPolicyType, ContainerRegistryTrustPolicyType) |
Determines if two ContainerRegistryTrustPolicyType values are the same. |
Implicit(String to ContainerRegistryTrustPolicyType) |
Converts a String to a ContainerRegistryTrustPolicyType. |
Inequality(ContainerRegistryTrustPolicyType, ContainerRegistryTrustPolicyType) |
Determines if two ContainerRegistryTrustPolicyType values are not the same. |
Applies to
Azure SDK for .NET