ArmNetworkCloudModelFactory.ClusterContinueUpdateVersionContent Method

Definition

public static Azure.ResourceManager.NetworkCloud.Models.ClusterContinueUpdateVersionContent ClusterContinueUpdateVersionContent(Azure.ResourceManager.NetworkCloud.Models.ClusterContinueUpdateVersionMachineGroupTargetingMode? machineGroupTargetingMode = default);
static member ClusterContinueUpdateVersionContent : Nullable<Azure.ResourceManager.NetworkCloud.Models.ClusterContinueUpdateVersionMachineGroupTargetingMode> -> Azure.ResourceManager.NetworkCloud.Models.ClusterContinueUpdateVersionContent
Public Shared Function ClusterContinueUpdateVersionContent (Optional machineGroupTargetingMode As Nullable(Of ClusterContinueUpdateVersionMachineGroupTargetingMode) = Nothing) As ClusterContinueUpdateVersionContent

Parameters

machineGroupTargetingMode
Nullable<ClusterContinueUpdateVersionMachineGroupTargetingMode>

The mode by which the cluster will target the next grouping of servers to continue the update.

Returns

A new ClusterContinueUpdateVersionContent instance for mocking.

Applies to