ArmServiceFabricManagedClustersModelFactory.NodeTypeActionContent 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.
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.
- updateType
- Nullable<ServiceFabricManagedClusterUpdateType>
Specifies the way the operation will be performed.
Returns
A new NodeTypeActionContent instance for mocking.