Interface ContainerServicesClient


  • public interface ContainerServicesClient
    An instance of this class provides access to all the operations defined in ContainerServicesClient.
    • 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 Response 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,
                                                                               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.