NodeTypesOperationsExtensions.ListByManagedClustersAsync Method

Definition

Gets the list of Node types of the specified managed cluster.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceFabric.Models.NodeType>> ListByManagedClustersAsync (this Microsoft.Azure.Management.ServiceFabric.INodeTypesOperations operations, string resourceGroupName, string clusterName, System.Threading.CancellationToken cancellationToken = default);
static member ListByManagedClustersAsync : Microsoft.Azure.Management.ServiceFabric.INodeTypesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceFabric.Models.NodeType>>
<Extension()>
Public Function ListByManagedClustersAsync (operations As INodeTypesOperations, resourceGroupName As String, clusterName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of NodeType))

Parameters

operations
INodeTypesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

clusterName
String

The name of the cluster resource.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Gets all Node types of the specified managed cluster.

Applies to