Interface HybridContainerServicesClient


public interface HybridContainerServicesClient
An instance of this class provides access to all the operations defined in HybridContainerServicesClient.
  • Method Details

    • listOrchestratorsWithResponse

      com.azure.core.http.rest.Response<OrchestratorVersionProfileListResultInner> listOrchestratorsWithResponse(String customLocationResourceUri, com.azure.core.util.Context context)
      Lists the available orchestrators in a custom location

      Lists the available orchestrators in a custom location for HybridAKS.

      Parameters:
      customLocationResourceUri - The fully qualified Azure Resource manager identifier of the custom location resource.
      context - The context to associate with this operation.
      Returns:
      the list of versions for supported orchestrators 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.
    • listOrchestrators

      OrchestratorVersionProfileListResultInner listOrchestrators(String customLocationResourceUri)
      Lists the available orchestrators in a custom location

      Lists the available orchestrators in a custom location for HybridAKS.

      Parameters:
      customLocationResourceUri - The fully qualified Azure Resource manager identifier of the custom location resource.
      Returns:
      the list of versions for supported orchestrators.
      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.
    • listVMSkusWithResponse

      com.azure.core.http.rest.Response<VMSkuListResultInner> listVMSkusWithResponse(String customLocationResourceUri, com.azure.core.util.Context context)
      Lists the available VM SKUs in a custom location

      Lists the available VM SKUs in a custom location for HybridAKS.

      Parameters:
      customLocationResourceUri - The fully qualified Azure Resource manager identifier of the custom location resource.
      context - The context to associate with this operation.
      Returns:
      the list of supported VM SKUs 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.
    • listVMSkus

      VMSkuListResultInner listVMSkus(String customLocationResourceUri)
      Lists the available VM SKUs in a custom location

      Lists the available VM SKUs in a custom location for HybridAKS.

      Parameters:
      customLocationResourceUri - The fully qualified Azure Resource manager identifier of the custom location resource.
      Returns:
      the list of supported VM SKUs.
      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.