ManagedClustersOperationsExtensions.GetMeshRevisionProfileAsync Method

Definition

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

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

Parameters

operations
IManagedClustersOperations

The operations group for this extension method.

location
String

The name of the Azure region.

mode
String

The mode of the mesh.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to