Partilhar via


EceDeploymentMode Struct

Definition

The deployment mode of EnterpriseCloudEngine(ECE) action for a cluster.

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

Constructors

EceDeploymentMode(String)

Initializes a new instance of EceDeploymentMode.

Properties

Deploy

Deploy ECE action deployment for a cluster.

Validate

Validate ECE action deployment for a cluster.

Methods

Equals(EceDeploymentMode)

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

Determines if two EceDeploymentMode values are the same.

Implicit(String to EceDeploymentMode)

Converts a string to a EceDeploymentMode.

Inequality(EceDeploymentMode, EceDeploymentMode)

Determines if two EceDeploymentMode values are not the same.

Applies to