ServicesOperationsExtensions.ListByApplicationsNextAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>> ListByApplicationsNextAsync (this Microsoft.Azure.Management.ServiceFabricManagedClusters.IServicesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByApplicationsNextAsync : Microsoft.Azure.Management.ServiceFabricManagedClusters.IServicesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceResource>>
<Extension()>
Public Function ListByApplicationsNextAsync (operations As IServicesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ServiceResource))
Parameters
- operations
- IServicesOperations
The operations group for this extension method.
- nextPageLink
- String
The NextLink from the previous successful call to List operation.
- 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
Azure SDK for .NET