ArtifactManifestState 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 artifact manifest state.
public readonly struct ArtifactManifestState : IEquatable<Azure.ResourceManager.HybridNetwork.Models.ArtifactManifestState>
type ArtifactManifestState = struct
Public Structure ArtifactManifestState
Implements IEquatable(Of ArtifactManifestState)
- Inheritance
-
ArtifactManifestState
- Implements
Constructors
| Name | Description |
|---|---|
| ArtifactManifestState(String) |
Initializes a new instance of ArtifactManifestState. |
Properties
| Name | Description |
|---|---|
| Succeeded |
Succeeded. |
| Unknown |
Unknown. |
| Uploaded |
Uploaded. |
| Uploading |
Uploading. |
| Validating |
Validating. |
| ValidationFailed |
ValidationFailed. |
Methods
| Name | Description |
|---|---|
| Equals(ArtifactManifestState) |
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
| Name | Description |
|---|---|
| Equality(ArtifactManifestState, ArtifactManifestState) |
Determines if two ArtifactManifestState values are the same. |
| Implicit(String to ArtifactManifestState) |
Converts a String to a ArtifactManifestState. |
| Inequality(ArtifactManifestState, ArtifactManifestState) |
Determines if two ArtifactManifestState values are not the same. |