ArtifactState 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 state.
public readonly struct ArtifactState : IEquatable<Azure.ResourceManager.HybridNetwork.Models.ArtifactState>
type ArtifactState = struct
Public Structure ArtifactState
Implements IEquatable(Of ArtifactState)
- Inheritance
-
ArtifactState
- Implements
Constructors
ArtifactState(String) |
Initializes a new instance of ArtifactState. |
Properties
Active |
Active. |
Deprecated |
Deprecated. |
Preview |
Preview. |
Unknown |
Unknown. |
Methods
Equals(ArtifactState) |
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(ArtifactState, ArtifactState) |
Determines if two ArtifactState values are the same. |
Implicit(String to ArtifactState) |
Converts a string to a ArtifactState. |
Inequality(ArtifactState, ArtifactState) |
Determines if two ArtifactState values are not the same. |