Interface HybridContainerServices


public interface HybridContainerServices
Resource collection API of HybridContainerServices.
  • Method Details

    • listOrchestratorsWithResponse

      com.azure.core.http.rest.Response<OrchestratorVersionProfileListResult> 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

      OrchestratorVersionProfileListResult 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<VMSkuListResult> 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

      VMSkuListResult 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.