다음을 통해 공유


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

ClusterUpdateStrategyType(String)

Initializes a new instance of ClusterUpdateStrategyType.

Properties

PauseAfterRack

PauseAfterRack.

Rack

Rack.

Methods

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

Equality(ClusterUpdateStrategyType, ClusterUpdateStrategyType)

Determines if two ClusterUpdateStrategyType values are the same.

Implicit(String to ClusterUpdateStrategyType)

Converts a String to a ClusterUpdateStrategyType.

Inequality(ClusterUpdateStrategyType, ClusterUpdateStrategyType)

Determines if two ClusterUpdateStrategyType values are not the same.

Applies to