public interface WorkloadClassifiersClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WorkloadClassifierInner>,WorkloadClassifierInner> |
beginCreateOrUpdate(String resourceGroupName,
String serverName,
String databaseName,
String workloadGroupName,
String workloadClassifierName,
WorkloadClassifierInner parameters)
Creates or updates a workload classifier.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WorkloadClassifierInner>,WorkloadClassifierInner> |
beginCreateOrUpdate(String resourceGroupName,
String serverName,
String databaseName,
String workloadGroupName,
String workloadClassifierName,
WorkloadClassifierInner parameters,
com.azure.core.util.Context context)
Creates or updates a workload classifier.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<WorkloadClassifierInner>,WorkloadClassifierInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String serverName,
String databaseName,
String workloadGroupName,
String workloadClassifierName,
WorkloadClassifierInner parameters)
Creates or updates a workload classifier.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String serverName,
String databaseName,
String workloadGroupName,
String workloadClassifierName)
Deletes a workload classifier.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String serverName,
String databaseName,
String workloadGroupName,
String workloadClassifierName,
com.azure.core.util.Context context)
Deletes a workload classifier.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String serverName,
String databaseName,
String workloadGroupName,
String workloadClassifierName)
Deletes a workload classifier.
|
WorkloadClassifierInner |
createOrUpdate(String resourceGroupName,
String serverName,
String databaseName,
String workloadGroupName,
String workloadClassifierName,
WorkloadClassifierInner parameters)
Creates or updates a workload classifier.
|
WorkloadClassifierInner |
createOrUpdate(String resourceGroupName,
String serverName,
String databaseName,
String workloadGroupName,
String workloadClassifierName,
WorkloadClassifierInner parameters,
com.azure.core.util.Context context)
Creates or updates a workload classifier.
|
Mono<WorkloadClassifierInner> |
createOrUpdateAsync(String resourceGroupName,
String serverName,
String databaseName,
String workloadGroupName,
String workloadClassifierName,
WorkloadClassifierInner parameters)
Creates or updates a workload classifier.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String serverName,
String databaseName,
String workloadGroupName,
String workloadClassifierName,
WorkloadClassifierInner parameters)
Creates or updates a workload classifier.
|
void |
delete(String resourceGroupName,
String serverName,
String databaseName,
String workloadGroupName,
String workloadClassifierName)
Deletes a workload classifier.
|
void |
delete(String resourceGroupName,
String serverName,
String databaseName,
String workloadGroupName,
String workloadClassifierName,
com.azure.core.util.Context context)
Deletes a workload classifier.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String serverName,
String databaseName,
String workloadGroupName,
String workloadClassifierName)
Deletes a workload classifier.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String serverName,
String databaseName,
String workloadGroupName,
String workloadClassifierName)
Deletes a workload classifier.
|
WorkloadClassifierInner |
get(String resourceGroupName,
String serverName,
String databaseName,
String workloadGroupName,
String workloadClassifierName)
Gets a workload classifier.
|
Mono<WorkloadClassifierInner> |
getAsync(String resourceGroupName,
String serverName,
String databaseName,
String workloadGroupName,
String workloadClassifierName)
Gets a workload classifier.
|
com.azure.core.http.rest.Response<WorkloadClassifierInner> |
getWithResponse(String resourceGroupName,
String serverName,
String databaseName,
String workloadGroupName,
String workloadClassifierName,
com.azure.core.util.Context context)
Gets a workload classifier.
|
Mono<com.azure.core.http.rest.Response<WorkloadClassifierInner>> |
getWithResponseAsync(String resourceGroupName,
String serverName,
String databaseName,
String workloadGroupName,
String workloadClassifierName)
Gets a workload classifier.
|
com.azure.core.http.rest.PagedIterable<WorkloadClassifierInner> |
listByWorkloadGroup(String resourceGroupName,
String serverName,
String databaseName,
String workloadGroupName)
Gets the list of workload classifiers for a workload group.
|
com.azure.core.http.rest.PagedIterable<WorkloadClassifierInner> |
listByWorkloadGroup(String resourceGroupName,
String serverName,
String databaseName,
String workloadGroupName,
com.azure.core.util.Context context)
Gets the list of workload classifiers for a workload group.
|
com.azure.core.http.rest.PagedFlux<WorkloadClassifierInner> |
listByWorkloadGroupAsync(String resourceGroupName,
String serverName,
String databaseName,
String workloadGroupName)
Gets the list of workload classifiers for a workload group.
|
Mono<com.azure.core.http.rest.Response<WorkloadClassifierInner>> getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, String workloadClassifierName)
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.serverName - The name of the server.databaseName - The name of the database.workloadGroupName - The name of the workload group from which to receive the classifier from.workloadClassifierName - The name of the workload classifier.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<WorkloadClassifierInner> getAsync(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, String workloadClassifierName)
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.serverName - The name of the server.databaseName - The name of the database.workloadGroupName - The name of the workload group from which to receive the classifier from.workloadClassifierName - The name of the workload classifier.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.WorkloadClassifierInner get(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, String workloadClassifierName)
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.serverName - The name of the server.databaseName - The name of the database.workloadGroupName - The name of the workload group from which to receive the classifier from.workloadClassifierName - The name of the workload classifier.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<WorkloadClassifierInner> getWithResponse(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, String workloadClassifierName, 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.serverName - The name of the server.databaseName - The name of the database.workloadGroupName - The name of the workload group from which to receive the classifier from.workloadClassifierName - The name of the workload classifier.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>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, String workloadClassifierName, WorkloadClassifierInner 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.serverName - The name of the server.databaseName - The name of the database.workloadGroupName - The name of the workload group from which to receive the classifier from.workloadClassifierName - The name of the workload classifier to create/update.parameters - Workload classifier operations for a data warehouse.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<WorkloadClassifierInner>,WorkloadClassifierInner> beginCreateOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, String workloadClassifierName, WorkloadClassifierInner 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.serverName - The name of the server.databaseName - The name of the database.workloadGroupName - The name of the workload group from which to receive the classifier from.workloadClassifierName - The name of the workload classifier to create/update.parameters - Workload classifier operations for a data warehouse.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<WorkloadClassifierInner>,WorkloadClassifierInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, String workloadClassifierName, WorkloadClassifierInner 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.serverName - The name of the server.databaseName - The name of the database.workloadGroupName - The name of the workload group from which to receive the classifier from.workloadClassifierName - The name of the workload classifier to create/update.parameters - Workload classifier operations for a data warehouse.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<WorkloadClassifierInner>,WorkloadClassifierInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, String workloadClassifierName, WorkloadClassifierInner 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.serverName - The name of the server.databaseName - The name of the database.workloadGroupName - The name of the workload group from which to receive the classifier from.workloadClassifierName - The name of the workload classifier to create/update.parameters - Workload classifier operations for a data warehouse.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<WorkloadClassifierInner> createOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, String workloadClassifierName, WorkloadClassifierInner 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.serverName - The name of the server.databaseName - The name of the database.workloadGroupName - The name of the workload group from which to receive the classifier from.workloadClassifierName - The name of the workload classifier to create/update.parameters - Workload classifier operations for a data warehouse.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.WorkloadClassifierInner createOrUpdate(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, String workloadClassifierName, WorkloadClassifierInner 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.serverName - The name of the server.databaseName - The name of the database.workloadGroupName - The name of the workload group from which to receive the classifier from.workloadClassifierName - The name of the workload classifier to create/update.parameters - Workload classifier operations for a data warehouse.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.WorkloadClassifierInner createOrUpdate(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, String workloadClassifierName, WorkloadClassifierInner 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.serverName - The name of the server.databaseName - The name of the database.workloadGroupName - The name of the workload group from which to receive the classifier from.workloadClassifierName - The name of the workload classifier to create/update.parameters - Workload classifier operations for a data warehouse.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 serverName, String databaseName, String workloadGroupName, String workloadClassifierName)
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.serverName - The name of the server.databaseName - The name of the database.workloadGroupName - The name of the workload group from which to receive the classifier from.workloadClassifierName - The name of the workload classifier to delete.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 serverName, String databaseName, String workloadGroupName, String workloadClassifierName)
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.serverName - The name of the server.databaseName - The name of the database.workloadGroupName - The name of the workload group from which to receive the classifier from.workloadClassifierName - The name of the workload classifier to delete.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 serverName, String databaseName, String workloadGroupName, String workloadClassifierName)
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.serverName - The name of the server.databaseName - The name of the database.workloadGroupName - The name of the workload group from which to receive the classifier from.workloadClassifierName - The name of the workload classifier to delete.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 serverName, String databaseName, String workloadGroupName, String workloadClassifierName, 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.serverName - The name of the server.databaseName - The name of the database.workloadGroupName - The name of the workload group from which to receive the classifier from.workloadClassifierName - The name of the workload classifier to delete.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 serverName, String databaseName, String workloadGroupName, String workloadClassifierName)
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.serverName - The name of the server.databaseName - The name of the database.workloadGroupName - The name of the workload group from which to receive the classifier from.workloadClassifierName - The name of the workload classifier to delete.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 serverName, String databaseName, String workloadGroupName, String workloadClassifierName)
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.serverName - The name of the server.databaseName - The name of the database.workloadGroupName - The name of the workload group from which to receive the classifier from.workloadClassifierName - The name of the workload classifier to delete.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 serverName, String databaseName, String workloadGroupName, String workloadClassifierName, 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.serverName - The name of the server.databaseName - The name of the database.workloadGroupName - The name of the workload group from which to receive the classifier from.workloadClassifierName - The name of the workload classifier to delete.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<WorkloadClassifierInner> listByWorkloadGroupAsync(String resourceGroupName, String serverName, String databaseName, String workloadGroupName)
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.serverName - The name of the server.databaseName - The name of the database.workloadGroupName - The name of the workload group from which to receive the classifiers from.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<WorkloadClassifierInner> listByWorkloadGroup(String resourceGroupName, String serverName, String databaseName, String workloadGroupName)
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.serverName - The name of the server.databaseName - The name of the database.workloadGroupName - The name of the workload group from which to receive the classifiers from.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<WorkloadClassifierInner> listByWorkloadGroup(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, 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.serverName - The name of the server.databaseName - The name of the database.workloadGroupName - The name of the workload group from which to receive the classifiers from.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.