ContainerRegistryPolicyStatus 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 value that indicates whether the policy is enabled or not.
public readonly struct ContainerRegistryPolicyStatus : IEquatable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryPolicyStatus>
type ContainerRegistryPolicyStatus = struct
Public Structure ContainerRegistryPolicyStatus
Implements IEquatable(Of ContainerRegistryPolicyStatus)
- Inheritance
-
ContainerRegistryPolicyStatus
- Implements
Constructors
ContainerRegistryPolicyStatus(String) |
Initializes a new instance of ContainerRegistryPolicyStatus. |
Properties
Disabled |
disabled. |
Enabled |
enabled. |
Methods
Equals(ContainerRegistryPolicyStatus) |
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(ContainerRegistryPolicyStatus, ContainerRegistryPolicyStatus) |
Determines if two ContainerRegistryPolicyStatus values are the same. |
Implicit(String to ContainerRegistryPolicyStatus) |
Converts a String to a ContainerRegistryPolicyStatus. |
Inequality(ContainerRegistryPolicyStatus, ContainerRegistryPolicyStatus) |
Determines if two ContainerRegistryPolicyStatus values are not the same. |
Applies to
Azure SDK for .NET