Interface ProvisionedClustersOperationsClient
public interface ProvisionedClustersOperationsClient
An instance of this class provides access to all the operations defined in ProvisionedClustersOperationsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProvisionedClustersResponseInner>,
ProvisionedClustersResponseInner> beginCreateOrUpdate
(String resourceGroupName, String provisionedClustersName, ProvisionedClusters provisionedClusters) Creates the provisioned clustercom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProvisionedClustersResponseInner>,
ProvisionedClustersResponseInner> beginCreateOrUpdate
(String resourceGroupName, String provisionedClustersName, ProvisionedClusters provisionedClusters, com.azure.core.util.Context context) Creates the provisioned clustercom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProvisionedClustersResponseInner>,
ProvisionedClustersResponseInner> beginUpdate
(String resourceGroupName, String provisionedClustersName, ProvisionedClustersPatch provisionedClusters) Updates the provisioned clustercom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProvisionedClustersResponseInner>,
ProvisionedClustersResponseInner> beginUpdate
(String resourceGroupName, String provisionedClustersName, ProvisionedClustersPatch provisionedClusters, com.azure.core.util.Context context) Updates the provisioned clustercreateOrUpdate
(String resourceGroupName, String provisionedClustersName, ProvisionedClusters provisionedClusters) Creates the provisioned clustercreateOrUpdate
(String resourceGroupName, String provisionedClustersName, ProvisionedClusters provisionedClusters, com.azure.core.util.Context context) Creates the provisioned clustervoid
Deletes the provisioned clustercom.azure.core.http.rest.Response<Void>
deleteWithResponse
(String resourceGroupName, String provisionedClustersName, com.azure.core.util.Context context) Deletes the provisioned clustergetByResourceGroup
(String resourceGroupName, String provisionedClustersName) Gets the provisioned clustercom.azure.core.http.rest.Response<ProvisionedClustersResponseInner>
getByResourceGroupWithResponse
(String resourceGroupName, String provisionedClustersName, com.azure.core.util.Context context) Gets the provisioned clustercom.azure.core.http.rest.PagedIterable<ProvisionedClustersResponseInner>
list()
Gets the provisioned clusters in a subscriptioncom.azure.core.http.rest.PagedIterable<ProvisionedClustersResponseInner>
list
(com.azure.core.util.Context context) Gets the provisioned clusters in a subscriptioncom.azure.core.http.rest.PagedIterable<ProvisionedClustersResponseInner>
listByResourceGroup
(String resourceGroupName) Gets the provisioned clusters in a resource groupcom.azure.core.http.rest.PagedIterable<ProvisionedClustersResponseInner>
listByResourceGroup
(String resourceGroupName, com.azure.core.util.Context context) Gets the provisioned clusters in a resource groupupdate
(String resourceGroupName, String provisionedClustersName, ProvisionedClustersPatch provisionedClusters) Updates the provisioned clusterupdate
(String resourceGroupName, String provisionedClustersName, ProvisionedClustersPatch provisionedClusters, com.azure.core.util.Context context) Updates the provisioned cluster
-
Method Details
-
getByResourceGroupWithResponse
com.azure.core.http.rest.Response<ProvisionedClustersResponseInner> 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
ProvisionedClustersResponseInner 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.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProvisionedClustersResponseInner>,ProvisionedClustersResponseInner> beginCreateOrUpdate(String resourceGroupName, String provisionedClustersName, ProvisionedClusters provisionedClusters) Creates the provisioned clusterCreates 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.provisionedClusters
- The provisionedClusters resource definition.- Returns:
- the
SyncPoller
for polling of the provisionedClusters resource definition. - 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.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProvisionedClustersResponseInner>,ProvisionedClustersResponseInner> beginCreateOrUpdate(String resourceGroupName, String provisionedClustersName, ProvisionedClusters provisionedClusters, com.azure.core.util.Context context) Creates the provisioned clusterCreates 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.provisionedClusters
- The provisionedClusters resource definition.context
- The context to associate with this operation.- Returns:
- the
SyncPoller
for polling of the provisionedClusters resource definition. - 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.
-
createOrUpdate
ProvisionedClustersResponseInner createOrUpdate(String resourceGroupName, String provisionedClustersName, ProvisionedClusters provisionedClusters) Creates the provisioned clusterCreates 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.provisionedClusters
- The provisionedClusters resource definition.- Returns:
- the provisionedClusters resource definition.
- 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.
-
createOrUpdate
ProvisionedClustersResponseInner createOrUpdate(String resourceGroupName, String provisionedClustersName, ProvisionedClusters provisionedClusters, com.azure.core.util.Context context) Creates the provisioned clusterCreates 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.provisionedClusters
- The provisionedClusters resource definition.context
- The context to associate with this operation.- Returns:
- the provisionedClusters resource definition.
- 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.
-
deleteWithResponse
com.azure.core.http.rest.Response<Void> deleteWithResponse(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.
-
delete
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.
-
beginUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProvisionedClustersResponseInner>,ProvisionedClustersResponseInner> beginUpdate(String resourceGroupName, String provisionedClustersName, ProvisionedClustersPatch provisionedClusters) Updates the provisioned clusterUpdates 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.provisionedClusters
- The provisionedClusters resource patch definition.- Returns:
- the
SyncPoller
for polling of the provisionedClusters resource definition. - 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.
-
beginUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProvisionedClustersResponseInner>,ProvisionedClustersResponseInner> beginUpdate(String resourceGroupName, String provisionedClustersName, ProvisionedClustersPatch provisionedClusters, com.azure.core.util.Context context) Updates the provisioned clusterUpdates 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.provisionedClusters
- The provisionedClusters resource patch definition.context
- The context to associate with this operation.- Returns:
- the
SyncPoller
for polling of the provisionedClusters resource definition. - 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.
-
update
ProvisionedClustersResponseInner update(String resourceGroupName, String provisionedClustersName, ProvisionedClustersPatch provisionedClusters) Updates the provisioned clusterUpdates 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.provisionedClusters
- The provisionedClusters resource patch definition.- Returns:
- the provisionedClusters resource definition.
- 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.
-
update
ProvisionedClustersResponseInner update(String resourceGroupName, String provisionedClustersName, ProvisionedClustersPatch provisionedClusters, com.azure.core.util.Context context) Updates the provisioned clusterUpdates 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.provisionedClusters
- The provisionedClusters resource patch definition.context
- The context to associate with this operation.- Returns:
- the provisionedClusters resource definition.
- 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<ProvisionedClustersResponseInner> 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<ProvisionedClustersResponseInner> 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<ProvisionedClustersResponseInner> 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<ProvisionedClustersResponseInner> 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.
-