Interface HybridContainerServicesClient
public interface HybridContainerServicesClient
An instance of this class provides access to all the operations defined in HybridContainerServicesClient.
-
Method Summary
Modifier and TypeMethodDescriptionlistOrchestrators
(String customLocationResourceUri) Lists the available orchestrators in a custom locationcom.azure.core.http.rest.Response<OrchestratorVersionProfileListResultInner>
listOrchestratorsWithResponse
(String customLocationResourceUri, com.azure.core.util.Context context) Lists the available orchestrators in a custom locationlistVMSkus
(String customLocationResourceUri) Lists the available VM SKUs in a custom locationcom.azure.core.http.rest.Response<VMSkuListResultInner>
listVMSkusWithResponse
(String customLocationResourceUri, com.azure.core.util.Context context) Lists the available VM SKUs in a custom location
-
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 locationLists 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
Lists the available orchestrators in a custom locationLists 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 locationLists 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
Lists the available VM SKUs in a custom locationLists 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.
-