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
Orchestrator |
listOrchestrators(String location)
Gets a list of supported orchestrators in the specified subscription. |
abstract
Mono<Orchestrator |
listOrchestratorsAsync(String location)
Gets a list of supported orchestrators in the specified subscription. |
abstract
Response<Orchestrator |
listOrchestratorsWithResponse(String location, String resourceType, Context context)
Gets a list of supported orchestrators in the specified subscription. |
abstract
Mono<Response<Orchestrator |
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:
Returns:
listOrchestratorsAsync
public abstract Mono
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:
Returns:
listOrchestratorsWithResponse
public abstract Response
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:
Returns:
listOrchestratorsWithResponseAsync
public abstract Mono
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:
Returns:
Applies to
Azure SDK for Java