Interface ProvisionedClustersOperations
public interface ProvisionedClustersOperations
Resource collection API of ProvisionedClustersOperations.
-
Method Summary
Modifier and TypeMethodDescriptionBegins definition for a new ProvisionedClustersResponse resource.void
deleteById
(String id) Deletes the provisioned clustercom.azure.core.http.rest.Response<Void>
deleteByIdWithResponse
(String id, com.azure.core.util.Context context) Deletes the provisioned clustervoid
deleteByResourceGroup
(String resourceGroupName, String provisionedClustersName) Deletes the provisioned clustercom.azure.core.http.rest.Response<Void>
deleteByResourceGroupWithResponse
(String resourceGroupName, String provisionedClustersName, com.azure.core.util.Context context) Deletes the provisioned clusterGets the provisioned clustercom.azure.core.http.rest.Response<ProvisionedClustersResponse>
getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets the provisioned clustergetByResourceGroup
(String resourceGroupName, String provisionedClustersName) Gets the provisioned clustercom.azure.core.http.rest.Response<ProvisionedClustersResponse>
getByResourceGroupWithResponse
(String resourceGroupName, String provisionedClustersName, com.azure.core.util.Context context) Gets the provisioned clustercom.azure.core.http.rest.PagedIterable<ProvisionedClustersResponse>
list()
Gets the provisioned clusters in a subscriptioncom.azure.core.http.rest.PagedIterable<ProvisionedClustersResponse>
list
(com.azure.core.util.Context context) Gets the provisioned clusters in a subscriptioncom.azure.core.http.rest.PagedIterable<ProvisionedClustersResponse>
listByResourceGroup
(String resourceGroupName) Gets the provisioned clusters in a resource groupcom.azure.core.http.rest.PagedIterable<ProvisionedClustersResponse>
listByResourceGroup
(String resourceGroupName, com.azure.core.util.Context context) Gets the provisioned clusters in a resource group
-
Method Details
-
getByResourceGroupWithResponse
com.azure.core.http.rest.Response<ProvisionedClustersResponse> getByResourceGroupWithResponse(String resourceGroupName, String provisionedClustersName, com.azure.core.util.Context context) Gets the provisioned clusterGets the Hybrid AKS provisioned cluster.
- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.provisionedClustersName
- Parameter for the name of the provisioned cluster.context
- The context to associate with this operation.- Returns:
- the Hybrid AKS provisioned cluster 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.
-
getByResourceGroup
ProvisionedClustersResponse getByResourceGroup(String resourceGroupName, String provisionedClustersName) Gets the provisioned clusterGets the Hybrid AKS provisioned cluster.
- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.provisionedClustersName
- Parameter for the name of the provisioned cluster.- Returns:
- the Hybrid AKS provisioned cluster.
- 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.
-
deleteByResourceGroupWithResponse
com.azure.core.http.rest.Response<Void> deleteByResourceGroupWithResponse(String resourceGroupName, String provisionedClustersName, com.azure.core.util.Context context) Deletes the provisioned clusterDeletes the Hybrid AKS provisioned cluster.
- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.provisionedClustersName
- Parameter for the name of the provisioned cluster.context
- The context to associate with this operation.- Returns:
- the
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.
-
deleteByResourceGroup
Deletes the provisioned clusterDeletes the Hybrid AKS provisioned cluster.
- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.provisionedClustersName
- Parameter for the name of the provisioned cluster.- 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.
-
listByResourceGroup
com.azure.core.http.rest.PagedIterable<ProvisionedClustersResponse> listByResourceGroup(String resourceGroupName) Gets the provisioned clusters in a resource groupGets the Hybrid AKS provisioned cluster in a resource group.
- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.- Returns:
- the Hybrid AKS provisioned cluster in a resource group as paginated response with
PagedIterable
. - 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.
-
listByResourceGroup
com.azure.core.http.rest.PagedIterable<ProvisionedClustersResponse> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Gets the provisioned clusters in a resource groupGets the Hybrid AKS provisioned cluster in a resource group.
- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.context
- The context to associate with this operation.- Returns:
- the Hybrid AKS provisioned cluster in a resource group as paginated response with
PagedIterable
. - 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.
-
list
com.azure.core.http.rest.PagedIterable<ProvisionedClustersResponse> list()Gets the provisioned clusters in a subscriptionGets the Hybrid AKS provisioned cluster in a subscription.
- Returns:
- the Hybrid AKS provisioned cluster in a subscription as paginated response with
PagedIterable
. - Throws:
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.
-
list
com.azure.core.http.rest.PagedIterable<ProvisionedClustersResponse> list(com.azure.core.util.Context context) Gets the provisioned clusters in a subscriptionGets the Hybrid AKS provisioned cluster in a subscription.
- Parameters:
context
- The context to associate with this operation.- Returns:
- the Hybrid AKS provisioned cluster in a subscription as paginated response with
PagedIterable
. - 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.
-
getById
Gets the provisioned clusterGets the Hybrid AKS provisioned cluster.
- Parameters:
id
- the resource ID.- Returns:
- the Hybrid AKS provisioned cluster 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.
-
getByIdWithResponse
com.azure.core.http.rest.Response<ProvisionedClustersResponse> getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the provisioned clusterGets the Hybrid AKS provisioned cluster.
- Parameters:
id
- the resource ID.context
- The context to associate with this operation.- Returns:
- the Hybrid AKS provisioned cluster 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.
-
deleteById
Deletes the provisioned clusterDeletes the Hybrid AKS provisioned cluster.
- Parameters:
id
- the resource ID.- 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.
-
deleteByIdWithResponse
com.azure.core.http.rest.Response<Void> deleteByIdWithResponse(String id, com.azure.core.util.Context context) Deletes the provisioned clusterDeletes the Hybrid AKS provisioned cluster.
- Parameters:
id
- the resource ID.context
- The context to associate with this operation.- Returns:
- the
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.
-
define
Begins definition for a new ProvisionedClustersResponse resource.- Parameters:
name
- resource name.- Returns:
- the first stage of the new ProvisionedClustersResponse definition.
-