ClusterUpdateStrategyType 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.
The mode of operation for runtime protection.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterUpdateStrategyTypeTypeConverter))]
public struct ClusterUpdateStrategyType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterUpdateStrategyType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterUpdateStrategyTypeTypeConverter))>]
type ClusterUpdateStrategyType = struct
interface IArgumentCompleter
Public Structure ClusterUpdateStrategyType
Implements IArgumentCompleter, IEquatable(Of ClusterUpdateStrategyType)
- Inheritance
-
ClusterUpdateStrategyType
- Attributes
- Implements
Fields
PauseAfterRack | |
Rack |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(ClusterUpdateStrategyType) |
Compares values of enum type ClusterUpdateStrategyType |
Equals(Object) |
Compares values of enum type ClusterUpdateStrategyType (override for Object) |
GetHashCode() |
Returns hashCode for enum ClusterUpdateStrategyType |
ToString() |
Returns string representation for ClusterUpdateStrategyType |
Operators
Equality(ClusterUpdateStrategyType, ClusterUpdateStrategyType) |
Overriding == operator for enum ClusterUpdateStrategyType |
Implicit(ClusterUpdateStrategyType to String) |
Implicit operator to convert ClusterUpdateStrategyType to string |
Implicit(String to ClusterUpdateStrategyType) |
Implicit operator to convert string to ClusterUpdateStrategyType |
Inequality(ClusterUpdateStrategyType, ClusterUpdateStrategyType) |
Overriding != operator for enum ClusterUpdateStrategyType |