다음을 통해 공유


ApplicationTypesOperationsExtensions.ListAsync Method

Definition

Gets the list of application type name resources created in the specified Service Fabric managed cluster resource.

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

Parameters

operations
IApplicationTypesOperations

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 application type name resources created or in the process of being created in the Service Fabric managed cluster resource.

Applies to