public interface VirtualClustersClient extends InnerSupportsGet<VirtualClusterInner>, InnerSupportsListing<VirtualClusterInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualClusterName)
Deletes a virtual cluster.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualClusterName,
com.azure.core.util.Context context)
Deletes a virtual cluster.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String virtualClusterName)
Deletes a virtual cluster.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualClusterInner>,VirtualClusterInner> |
beginUpdate(String resourceGroupName,
String virtualClusterName,
VirtualClusterUpdate parameters)
Updates a virtual cluster.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualClusterInner>,VirtualClusterInner> |
beginUpdate(String resourceGroupName,
String virtualClusterName,
VirtualClusterUpdate parameters,
com.azure.core.util.Context context)
Updates a virtual cluster.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualClusterInner>,VirtualClusterInner> |
beginUpdateAsync(String resourceGroupName,
String virtualClusterName,
VirtualClusterUpdate parameters)
Updates a virtual cluster.
|
void |
delete(String resourceGroupName,
String virtualClusterName)
Deletes a virtual cluster.
|
void |
delete(String resourceGroupName,
String virtualClusterName,
com.azure.core.util.Context context)
Deletes a virtual cluster.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String virtualClusterName)
Deletes a virtual cluster.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String virtualClusterName)
Deletes a virtual cluster.
|
VirtualClusterInner |
getByResourceGroup(String resourceGroupName,
String virtualClusterName)
Gets a virtual cluster.
|
Mono<VirtualClusterInner> |
getByResourceGroupAsync(String resourceGroupName,
String virtualClusterName)
Gets a virtual cluster.
|
com.azure.core.http.rest.Response<VirtualClusterInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String virtualClusterName,
com.azure.core.util.Context context)
Gets a virtual cluster.
|
Mono<com.azure.core.http.rest.Response<VirtualClusterInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String virtualClusterName)
Gets a virtual cluster.
|
com.azure.core.http.rest.PagedIterable<VirtualClusterInner> |
list()
Gets a list of all virtualClusters in the subscription.
|
com.azure.core.http.rest.PagedIterable<VirtualClusterInner> |
list(com.azure.core.util.Context context)
Gets a list of all virtualClusters in the subscription.
|
com.azure.core.http.rest.PagedFlux<VirtualClusterInner> |
listAsync()
Gets a list of all virtualClusters in the subscription.
|
com.azure.core.http.rest.PagedIterable<VirtualClusterInner> |
listByResourceGroup(String resourceGroupName)
Gets a list of virtual clusters in a resource group.
|
com.azure.core.http.rest.PagedIterable<VirtualClusterInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Gets a list of virtual clusters in a resource group.
|
com.azure.core.http.rest.PagedFlux<VirtualClusterInner> |
listByResourceGroupAsync(String resourceGroupName)
Gets a list of virtual clusters in a resource group.
|
VirtualClusterInner |
update(String resourceGroupName,
String virtualClusterName,
VirtualClusterUpdate parameters)
Updates a virtual cluster.
|
VirtualClusterInner |
update(String resourceGroupName,
String virtualClusterName,
VirtualClusterUpdate parameters,
com.azure.core.util.Context context)
Updates a virtual cluster.
|
Mono<VirtualClusterInner> |
updateAsync(String resourceGroupName,
String virtualClusterName,
VirtualClusterUpdate parameters)
Updates a virtual cluster.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateWithResponseAsync(String resourceGroupName,
String virtualClusterName,
VirtualClusterUpdate parameters)
Updates a virtual cluster.
|
com.azure.core.http.rest.PagedFlux<VirtualClusterInner> listAsync()
listAsync in interface InnerSupportsListing<VirtualClusterInner>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.com.azure.core.http.rest.PagedIterable<VirtualClusterInner> list()
list in interface InnerSupportsListing<VirtualClusterInner>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.com.azure.core.http.rest.PagedIterable<VirtualClusterInner> list(com.azure.core.util.Context context)
context - The context to associate with this operation.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.com.azure.core.http.rest.PagedFlux<VirtualClusterInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<VirtualClusterInner>resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.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.com.azure.core.http.rest.PagedIterable<VirtualClusterInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<VirtualClusterInner>resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.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.com.azure.core.http.rest.PagedIterable<VirtualClusterInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.context - The context to associate with this operation.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.Mono<com.azure.core.http.rest.Response<VirtualClusterInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String virtualClusterName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.virtualClusterName - The name of the virtual cluster.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.Mono<VirtualClusterInner> getByResourceGroupAsync(String resourceGroupName, String virtualClusterName)
getByResourceGroupAsync in interface InnerSupportsGet<VirtualClusterInner>resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.virtualClusterName - The name of the virtual cluster.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.VirtualClusterInner getByResourceGroup(String resourceGroupName, String virtualClusterName)
getByResourceGroup in interface InnerSupportsGet<VirtualClusterInner>resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.virtualClusterName - The name of the virtual cluster.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.com.azure.core.http.rest.Response<VirtualClusterInner> getByResourceGroupWithResponse(String resourceGroupName, String virtualClusterName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.virtualClusterName - The name of the virtual cluster.context - The context to associate with this operation.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.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String virtualClusterName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.virtualClusterName - The name of the virtual cluster.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.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String virtualClusterName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.virtualClusterName - The name of the virtual cluster.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String virtualClusterName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.virtualClusterName - The name of the virtual cluster.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String virtualClusterName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.virtualClusterName - The name of the virtual cluster.context - The context to associate with this operation.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.Mono<Void> deleteAsync(String resourceGroupName, String virtualClusterName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.virtualClusterName - The name of the virtual cluster.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.void delete(String resourceGroupName, String virtualClusterName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.virtualClusterName - The name of the virtual cluster.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.void delete(String resourceGroupName, String virtualClusterName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.virtualClusterName - The name of the virtual cluster.context - The context to associate with this operation.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.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String virtualClusterName, VirtualClusterUpdate parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.virtualClusterName - The name of the virtual cluster.parameters - An update request for an Azure SQL Database virtual cluster.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.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualClusterInner>,VirtualClusterInner> beginUpdateAsync(String resourceGroupName, String virtualClusterName, VirtualClusterUpdate parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.virtualClusterName - The name of the virtual cluster.parameters - An update request for an Azure SQL Database virtual cluster.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualClusterInner>,VirtualClusterInner> beginUpdate(String resourceGroupName, String virtualClusterName, VirtualClusterUpdate parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.virtualClusterName - The name of the virtual cluster.parameters - An update request for an Azure SQL Database virtual cluster.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualClusterInner>,VirtualClusterInner> beginUpdate(String resourceGroupName, String virtualClusterName, VirtualClusterUpdate parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.virtualClusterName - The name of the virtual cluster.parameters - An update request for an Azure SQL Database virtual cluster.context - The context to associate with this operation.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.Mono<VirtualClusterInner> updateAsync(String resourceGroupName, String virtualClusterName, VirtualClusterUpdate parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.virtualClusterName - The name of the virtual cluster.parameters - An update request for an Azure SQL Database virtual cluster.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.VirtualClusterInner update(String resourceGroupName, String virtualClusterName, VirtualClusterUpdate parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.virtualClusterName - The name of the virtual cluster.parameters - An update request for an Azure SQL Database virtual cluster.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.VirtualClusterInner update(String resourceGroupName, String virtualClusterName, VirtualClusterUpdate parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.virtualClusterName - The name of the virtual cluster.parameters - An update request for an Azure SQL Database virtual cluster.context - The context to associate with this operation.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.Copyright © 2020 Microsoft Corporation. All rights reserved.