ManagedClustersOperationsExtensions.ListMeshRevisionProfilesAsync Method

Definition

Contains extra metadata on each revision, including supported revisions, cluster compatibility and available upgrades

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

Parameters

operations
IManagedClustersOperations

The operations group for this extension method.

location
String

The name of the Azure region.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to