Sdílet prostřednictvím


NodeTypesOperationsExtensions.ListByManagedClusters Method

Definition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceFabric.Models.NodeType> ListByManagedClusters (this Microsoft.Azure.Management.ServiceFabric.INodeTypesOperations operations, string resourceGroupName, string clusterName);
static member ListByManagedClusters : Microsoft.Azure.Management.ServiceFabric.INodeTypesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceFabric.Models.NodeType>
<Extension()>
Public Function ListByManagedClusters (operations As INodeTypesOperations, resourceGroupName As String, clusterName As String) As 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.

Returns

Remarks

Gets all Node types of the specified managed cluster.

Applies to