ContainerRegistryRunStatus 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 current status of the run.
public readonly struct ContainerRegistryRunStatus : IEquatable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryRunStatus>
type ContainerRegistryRunStatus = struct
Public Structure ContainerRegistryRunStatus
Implements IEquatable(Of ContainerRegistryRunStatus)
- Inheritance
-
ContainerRegistryRunStatus
- Implements
Constructors
ContainerRegistryRunStatus(String) |
Initializes a new instance of ContainerRegistryRunStatus. |
Properties
Canceled |
Canceled. |
Error |
Error. |
Failed |
Failed. |
Queued |
Queued. |
Running |
Running. |
Started |
Started. |
Succeeded |
Succeeded. |
Timeout |
Timeout. |
Methods
Equals(ContainerRegistryRunStatus) |
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(ContainerRegistryRunStatus, ContainerRegistryRunStatus) |
Determines if two ContainerRegistryRunStatus values are the same. |
Implicit(String to ContainerRegistryRunStatus) |
Converts a String to a ContainerRegistryRunStatus. |
Inequality(ContainerRegistryRunStatus, ContainerRegistryRunStatus) |
Determines if two ContainerRegistryRunStatus values are not the same. |
Applies to
Azure SDK for .NET