NodeTypeSkus interface

Interface representing a NodeTypeSkus.

Methods

list(string, string, string, NodeTypeSkusListOptionalParams)

Get a Service Fabric node type supported SKUs.

Method Details

list(string, string, string, NodeTypeSkusListOptionalParams)

Get a Service Fabric node type supported SKUs.

function list(resourceGroupName: string, clusterName: string, nodeTypeName: string, options?: NodeTypeSkusListOptionalParams): PagedAsyncIterableIterator<NodeTypeAvailableSku, NodeTypeAvailableSku[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group.

clusterName

string

The name of the cluster resource.

nodeTypeName

string

The name of the node type.

options
NodeTypeSkusListOptionalParams

The options parameters.

Returns