ArtifactManifestState Struct

Definition

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

ArtifactManifestState(String)

Initializes a new instance of ArtifactManifestState.

Properties

Succeeded

Succeeded.

Unknown

Unknown.

Uploaded

Uploaded.

Uploading

Uploading.

Validating

Validating.

ValidationFailed

ValidationFailed.

Methods

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

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.

Applies to