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