ContainerServicesOperationsExtensions.ListOrchestratorsAsync Method

Definition

Gets a list of supported orchestrators in the specified subscription.

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

Parameters

operations
IContainerServicesOperations

The operations group for this extension method.

location
String

The name of a supported Azure region.

resourceType
String

resource type for which the list of orchestrators needs to be returned

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each orchestrator including version, available upgrades and whether that version or upgrades are in preview.

Applies to