Interface ContainerServicesClient
-
public interface ContainerServicesClientAn instance of this class provides access to all the operations defined in ContainerServicesClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrchestratorVersionProfileListResultInnerlistOrchestrators(String location)Gets a list of supported orchestrators in the specified subscription.Mono<OrchestratorVersionProfileListResultInner>listOrchestratorsAsync(String location)Gets a list of supported orchestrators in the specified subscription.Mono<OrchestratorVersionProfileListResultInner>listOrchestratorsAsync(String location, String resourceType)Gets a list of supported orchestrators in the specified subscription.com.azure.core.http.rest.Response<OrchestratorVersionProfileListResultInner>listOrchestratorsWithResponse(String location, String resourceType, com.azure.core.util.Context context)Gets a list of supported orchestrators in the specified subscription.Mono<com.azure.core.http.rest.Response<OrchestratorVersionProfileListResultInner>>listOrchestratorsWithResponseAsync(String location, String resourceType)Gets a list of supported orchestrators in the specified subscription.
-
-
-
Method Detail
-
listOrchestratorsWithResponseAsync
Mono<com.azure.core.http.rest.Response<OrchestratorVersionProfileListResultInner>> listOrchestratorsWithResponseAsync(String location, String resourceType)
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
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listOrchestratorsAsync
Mono<OrchestratorVersionProfileListResultInner> listOrchestratorsAsync(String location, String resourceType)
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 on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listOrchestratorsAsync
Mono<OrchestratorVersionProfileListResultInner> listOrchestratorsAsync(String location)
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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listOrchestrators
OrchestratorVersionProfileListResultInner listOrchestrators(String location)
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.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listOrchestratorsWithResponse
com.azure.core.http.rest.Response<OrchestratorVersionProfileListResultInner> listOrchestratorsWithResponse(String location, String resourceType, com.azure.core.util.Context context)
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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
-