UpdateRunStrategy Class
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.
Defines the update sequence of the clusters via stages and groups. Stages within a run are executed sequentially one after another. Groups within a stage are executed in parallel. Member clusters within a group are updated sequentially one after another. A valid strategy contains no duplicate groups within or across stages.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.UpdateRunStrategyTypeConverter))]
public class UpdateRunStrategy : Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IUpdateRunStrategy
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.UpdateRunStrategyTypeConverter))>]
type UpdateRunStrategy = class
interface IUpdateRunStrategy
interface IJsonSerializable
Public Class UpdateRunStrategy
Implements IUpdateRunStrategy
- Inheritance
-
UpdateRunStrategy
- Attributes
- Implements
Constructors
UpdateRunStrategy() |
Creates an new UpdateRunStrategy instance. |
Properties
Stage |
The list of stages that compose this update run. Min size: 1. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UpdateRunStrategy. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UpdateRunStrategy. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IUpdateRunStrategy. |
FromJsonString(String) |
Creates a new instance of UpdateRunStrategy, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of UpdateRunStrategy into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |