ArmServiceFabricManagedClustersModelFactory.NodeTypeActionContent Method

Definition

Parameters for Node type action. If nodes are not specified on the parameters, the operation will be performed in all nodes of the node type one upgrade domain at a time.

public static Azure.ResourceManager.ServiceFabricManagedClusters.Models.NodeTypeActionContent NodeTypeActionContent(System.Collections.Generic.IEnumerable<string> nodes = default, bool? isForced = default, Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedClusterUpdateType? updateType = default);
static member NodeTypeActionContent : seq<string> * Nullable<bool> * Nullable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedClusterUpdateType> -> Azure.ResourceManager.ServiceFabricManagedClusters.Models.NodeTypeActionContent
Public Shared Function NodeTypeActionContent (Optional nodes As IEnumerable(Of String) = Nothing, Optional isForced As Nullable(Of Boolean) = Nothing, Optional updateType As Nullable(Of ServiceFabricManagedClusterUpdateType) = Nothing) As NodeTypeActionContent

Parameters

nodes
IEnumerable<String>

List of node names from the node type.

isForced
Nullable<Boolean>

Force the action to go through.

updateType
Nullable<ServiceFabricManagedClusterUpdateType>

Specifies the way the operation will be performed.

Returns

A new NodeTypeActionContent instance for mocking.

Applies to