get Node Type
Get a Service Fabric node type of a given managed cluster. Azure REST API version: 2023-03-01-preview. Other available API versions: 2021-09-01-privatepreview, 2023-07-01-preview, 2023-09-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.
See also
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.
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.
See also
Parameters
argument
Builder for com.pulumi.azurenative.servicefabric.kotlin.inputs.GetNodeTypePlainArgs.