ArmNetworkCloudModelFactory.ClusterContinueUpdateVersionContent Method
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.
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.