EceDeploymentMode Struct

Definition

Deployment mode to trigger job.

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

Constructors

Name Description
EceDeploymentMode(String)

Initializes a new instance of EceDeploymentMode.

Properties

Name Description
Deploy

Deploy ECE action deployment for a cluster.

Validate

Validate ECE action deployment for a cluster.

Methods

Name Description
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

Name Description
Equality(EceDeploymentMode, EceDeploymentMode)

Determines if two EceDeploymentMode values are the same.

Implicit(String to EceDeploymentMode)

Converts a string to a EceDeploymentMode.

Implicit(String to Nullable<EceDeploymentMode>)
Inequality(EceDeploymentMode, EceDeploymentMode)

Determines if two EceDeploymentMode values are not the same.

Applies to