ServiceFabricManagedClusterUpdateType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET