ManagedClustersOperationsExtensions.ListMeshUpgradeProfilesNextAsync Method

Definition

Lists available upgrades for all service meshes in a specific cluster.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerService.Models.MeshUpgradeProfile>> ListMeshUpgradeProfilesNextAsync(this Microsoft.Azure.Management.ContainerService.IManagedClustersOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListMeshUpgradeProfilesNextAsync : Microsoft.Azure.Management.ContainerService.IManagedClustersOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerService.Models.MeshUpgradeProfile>>
<Extension()>
Public Function ListMeshUpgradeProfilesNextAsync (operations As IManagedClustersOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of MeshUpgradeProfile))

Parameters

operations
IManagedClustersOperations

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

Applies to