Freigeben über


ContainerServiceStateCode Struct

Definition

Tells whether the cluster is Running or Stopped Serialized Name: Code

public readonly struct ContainerServiceStateCode : IEquatable<Azure.ResourceManager.ContainerService.Models.ContainerServiceStateCode>
type ContainerServiceStateCode = struct
Public Structure ContainerServiceStateCode
Implements IEquatable(Of ContainerServiceStateCode)
Inheritance
ContainerServiceStateCode
Implements

Constructors

Name Description
ContainerServiceStateCode(String)

Initializes a new instance of ContainerServiceStateCode.

Properties

Name Description
Running

The cluster is running. Serialized Name: Code.Running

Stopped

The cluster is stopped. Serialized Name: Code.Stopped

Methods

Name Description
Equals(ContainerServiceStateCode)

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

Name Description
Equality(ContainerServiceStateCode, ContainerServiceStateCode)

Determines if two ContainerServiceStateCode values are the same.

Implicit(String to ContainerServiceStateCode)

Converts a String to a ContainerServiceStateCode.

Inequality(ContainerServiceStateCode, ContainerServiceStateCode)

Determines if two ContainerServiceStateCode values are not the same.

Applies to