ClusterUpdateStrategyType Struct

Definition

The mode of operation for runtime protection.

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

Constructors

Name Description
ClusterUpdateStrategyType(String)

Initializes a new instance of ClusterUpdateStrategyType.

Properties

Name Description
PauseAfterRack

Pause after each rack is updated.

Rack

Update the cluster in rack-by-rack increments.

Methods

Name Description
Equals(ClusterUpdateStrategyType)

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

Determines if two ClusterUpdateStrategyType values are the same.

Implicit(String to ClusterUpdateStrategyType)

Converts a string to a ClusterUpdateStrategyType.

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

Determines if two ClusterUpdateStrategyType values are not the same.

Applies to