다음을 통해 공유


ServicesOperationsExtensions.ListByApplicationsAsync Method

Definition

Gets the list of service resources created in the specified Service Fabric managed application resource.

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

Parameters

operations
IServicesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

clusterName
String

The name of the cluster resource.

applicationName
String

The name of the application resource.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Gets all service resources created or in the process of being created in the Service Fabric managed application resource.

Applies to