ServiceFabricClusterCmdlet.GetNodeType(Cluster, String, Boolean) Method

Definition

protected Microsoft.Azure.Management.ServiceFabric.Models.NodeTypeDescription GetNodeType (Microsoft.Azure.Management.ServiceFabric.Models.Cluster cluster, string nodeTypeName, bool ignoreErrors = false);
member this.GetNodeType : Microsoft.Azure.Management.ServiceFabric.Models.Cluster * string * bool -> Microsoft.Azure.Management.ServiceFabric.Models.NodeTypeDescription
Protected Function GetNodeType (cluster As Cluster, nodeTypeName As String, Optional ignoreErrors As Boolean = false) As NodeTypeDescription

Parameters

cluster
Cluster
nodeTypeName
String
ignoreErrors
Boolean

Returns

Applies to