NodeTypeSkus interface
Interface representing a NodeTypeSkus.
Methods
list(string, string, string, Node |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript