Delen via


ServiceFabricManagedClusterUpdateType Struct

Definition

Specifies the way the operation will be performed.

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

Constructors

ServiceFabricManagedClusterUpdateType(String)

Initializes a new instance of ServiceFabricManagedClusterUpdateType.

Properties

ByUpgradeDomain

The operation will proceed one upgrade domain at a time, checking the health in between each to continue.

Default

The operation will proceed in all specified nodes at the same time.

Methods

Equals(ServiceFabricManagedClusterUpdateType)

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

Determines if two ServiceFabricManagedClusterUpdateType values are the same.

Implicit(String to ServiceFabricManagedClusterUpdateType)

Converts a string to a ServiceFabricManagedClusterUpdateType.

Inequality(ServiceFabricManagedClusterUpdateType, ServiceFabricManagedClusterUpdateType)

Determines if two ServiceFabricManagedClusterUpdateType values are not the same.

Applies to