ContainerRegistryCredentialHealthStatus 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 health status of credential.
public readonly struct ContainerRegistryCredentialHealthStatus : IEquatable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryCredentialHealthStatus>
type ContainerRegistryCredentialHealthStatus = struct
Public Structure ContainerRegistryCredentialHealthStatus
Implements IEquatable(Of ContainerRegistryCredentialHealthStatus)
- Inheritance
-
ContainerRegistryCredentialHealthStatus
- Implements
Constructors
ContainerRegistryCredentialHealthStatus(String) |
Initializes a new instance of ContainerRegistryCredentialHealthStatus. |
Properties
Healthy |
Healthy. |
Unhealthy |
Unhealthy. |
Methods
Equals(ContainerRegistryCredentialHealthStatus) |
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(ContainerRegistryCredentialHealthStatus, ContainerRegistryCredentialHealthStatus) |
Determines if two ContainerRegistryCredentialHealthStatus values are the same. |
Implicit(String to ContainerRegistryCredentialHealthStatus) |
Converts a String to a ContainerRegistryCredentialHealthStatus. |
Inequality(ContainerRegistryCredentialHealthStatus, ContainerRegistryCredentialHealthStatus) |
Determines if two ContainerRegistryCredentialHealthStatus values are not the same. |
Applies to
Azure SDK for .NET