AppServicePlansOperationsExtensions.ListHybridConnectionsNextAsync(IAppServicePlansOperations, String, CancellationToken) Method
Definition
Retrieve all Hybrid Connections in use in an App Service plan.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.HybridConnectionInner>> ListHybridConnectionsNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = null);
static member ListHybridConnectionsNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.HybridConnectionInner>>
Parameters
- operations
- IAppServicePlansOperations
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
- Task<Microsoft.Rest.Azure.IPage<HybridConnectionInner>>
Remarks
Retrieve all Hybrid Connections in use in an App Service plan.