ContainerServicesClient Interface

public interface ContainerServicesClient

An instance of this class provides access to all the operations defined in ContainerServicesClient.

Method Summary

Modifier and Type Method and Description
abstract OrchestratorVersionProfileListResultInner listOrchestrators(String location)

Gets a list of supported orchestrators in the specified subscription.

abstract Mono<OrchestratorVersionProfileListResultInner> listOrchestratorsAsync(String location)

Gets a list of supported orchestrators in the specified subscription.

abstract Response<OrchestratorVersionProfileListResultInner> listOrchestratorsWithResponse(String location, String resourceType, Context context)

Gets a list of supported orchestrators in the specified subscription.

abstract Mono<Response<OrchestratorVersionProfileListResultInner>> listOrchestratorsWithResponseAsync(String location, String resourceType)

Gets a list of supported orchestrators in the specified subscription.

Method Details

listOrchestrators

public abstract OrchestratorVersionProfileListResultInner listOrchestrators(String location)

Gets a list of supported orchestrators in the specified subscription. 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.

Parameters:

location - The name of a supported Azure region.

Returns:

a list of supported orchestrators in the specified subscription.

listOrchestratorsAsync

public abstract Mono listOrchestratorsAsync(String location)

Gets a list of supported orchestrators in the specified subscription. 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.

Parameters:

location - The name of a supported Azure region.

Returns:

a list of supported orchestrators in the specified subscription on successful completion of Mono.

listOrchestratorsWithResponse

public abstract Response listOrchestratorsWithResponse(String location, String resourceType, Context context)

Gets a list of supported orchestrators in the specified subscription. 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.

Parameters:

location - The name of a supported Azure region.
resourceType - resource type for which the list of orchestrators needs to be returned.
context - The context to associate with this operation.

Returns:

a list of supported orchestrators in the specified subscription along with Response<T>.

listOrchestratorsWithResponseAsync

public abstract Mono<>> listOrchestratorsWithResponseAsync(String location, String resourceType)

Gets a list of supported orchestrators in the specified subscription. 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.

Parameters:

location - The name of a supported Azure region.
resourceType - resource type for which the list of orchestrators needs to be returned.

Returns:

a list of supported orchestrators in the specified subscription along with Response<T> on successful completion of Mono.

Applies to