IClusterUpdateStrategy Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ClusterUpdateStrategyTypeConverter))]
public interface IClusterUpdateStrategy : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ClusterUpdateStrategyTypeConverter))>]
type IClusterUpdateStrategy = interface
interface IJsonSerializable
Public Interface IClusterUpdateStrategy
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
MaxUnavailable |
The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack. Limited by the maximum number of machines in the increment. Defaults to the whole increment size. |
StrategyType |
The mode of operation for runtime protection. |
ThresholdType |
Selection of how the threshold should be evaluated. |
ThresholdValue |
The numeric threshold value. |
WaitTimeMinute |
The time to wait between the increments of update defined by the strategy. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |