ManagedClustersOperationsExtensions.GetMeshRevisionProfileAsync 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.
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.