Share via


ContainerServiceStateCode Struct

Definition

Tells whether the cluster is Running or Stopped.

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

Constructors

ContainerServiceStateCode(String)

Initializes a new instance of ContainerServiceStateCode.

Properties

Running

The cluster is running.

Stopped

The cluster is stopped.

Methods

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

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