ClusterContinueUpdateVersionParameters 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.
ClusterContinueUpdateVersionParameters represents the body of the request to continue the update of a cluster version.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ClusterContinueUpdateVersionParametersTypeConverter))]
public class ClusterContinueUpdateVersionParameters : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IClusterContinueUpdateVersionParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ClusterContinueUpdateVersionParametersTypeConverter))>]
type ClusterContinueUpdateVersionParameters = class
interface IClusterContinueUpdateVersionParameters
interface IJsonSerializable
Public Class ClusterContinueUpdateVersionParameters
Implements IClusterContinueUpdateVersionParameters
- Inheritance
-
ClusterContinueUpdateVersionParameters
- Attributes
- Implements
Constructors
ClusterContinueUpdateVersionParameters() |
Creates an new ClusterContinueUpdateVersionParameters instance. |
Properties
MachineGroupTargetingMode |
The mode by which the cluster will target the next grouping of servers to continue the update. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ClusterContinueUpdateVersionParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ClusterContinueUpdateVersionParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IClusterContinueUpdateVersionParameters. |
FromJsonString(String) |
Creates a new instance of ClusterContinueUpdateVersionParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ClusterContinueUpdateVersionParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |