OrchestratorType Struct

Definition

Type of orchestrator. It cannot be changed once the cluster is created.

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

Constructors

OrchestratorType(String)

Initializes a new instance of OrchestratorType.

Properties

Kubernetes

Kubernetes.

None

None.

Methods

Equals(OrchestratorType)

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(OrchestratorType, OrchestratorType)

Determines if two OrchestratorType values are the same.

Implicit(String to OrchestratorType)

Converts a string to a OrchestratorType.

Inequality(OrchestratorType, OrchestratorType)

Determines if two OrchestratorType values are not the same.

Applies to