get Node Type
Get a Service Fabric node type of a given managed cluster. API Version: 2020-01-01-preview.
Return
Describes a node type in the cluster, each node type represents sub set of nodes in the cluster.
Parameters
argument
null
suspend fun getNodeType(clusterName: String, nodeTypeName: String, resourceGroupName: String): GetNodeTypeResult
Return
Describes a node type in the cluster, each node type represents sub set of nodes in the cluster.
Parameters
cluster Name
The name of the cluster resource.
node Type Name
The name of the node type.
resource Group Name
The name of the resource group.
See also
suspend fun getNodeType(argument: suspend GetNodeTypePlainArgsBuilder.() -> Unit): GetNodeTypeResult
Return
Describes a node type in the cluster, each node type represents sub set of nodes in the cluster.
Parameters
argument
Builder for com.pulumi.azurenative.servicefabric.kotlin.inputs.GetNodeTypePlainArgs.