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