RevisionRunningState 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.
Current running state of the revision.
public readonly struct RevisionRunningState : IEquatable<Azure.ResourceManager.AppContainers.Models.RevisionRunningState>
type RevisionRunningState = struct
Public Structure RevisionRunningState
Implements IEquatable(Of RevisionRunningState)
- Inheritance
-
RevisionRunningState
- Implements
Constructors
RevisionRunningState(String) |
Initializes a new instance of RevisionRunningState. |
Properties
Degraded |
Degraded. |
Failed |
Failed. |
Processing |
Processing. |
Running |
Running. |
Stopped |
Stopped. |
Unknown |
Unknown. |
Methods
Equals(RevisionRunningState) |
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(RevisionRunningState, RevisionRunningState) |
Determines if two RevisionRunningState values are the same. |
Implicit(String to RevisionRunningState) |
Converts a string to a RevisionRunningState. |
Inequality(RevisionRunningState, RevisionRunningState) |
Determines if two RevisionRunningState values are not the same. |
Applies to
Azure SDK for .NET