Uses of Class
com.azure.resourcemanager.sql.fluent.models.WorkloadGroupInner
Packages that use WorkloadGroupInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of WorkloadGroupInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return WorkloadGroupInnerModifier and TypeMethodDescriptionWorkloadGroupsClient.createOrUpdate(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, WorkloadGroupInner parameters) Creates or updates a workload group.WorkloadGroupsClient.createOrUpdate(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, WorkloadGroupInner parameters, com.azure.core.util.Context context) Creates or updates a workload group.WorkloadGroupsClient.get(String resourceGroupName, String serverName, String databaseName, String workloadGroupName) Gets a workload group.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type WorkloadGroupInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WorkloadGroupInner>,WorkloadGroupInner> WorkloadGroupsClient.beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, WorkloadGroupInner parameters) Creates or updates a workload group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WorkloadGroupInner>,WorkloadGroupInner> WorkloadGroupsClient.beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, WorkloadGroupInner parameters) Creates or updates a workload group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WorkloadGroupInner>,WorkloadGroupInner> WorkloadGroupsClient.beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, WorkloadGroupInner parameters, com.azure.core.util.Context context) Creates or updates a workload group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WorkloadGroupInner>,WorkloadGroupInner> WorkloadGroupsClient.beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, WorkloadGroupInner parameters, com.azure.core.util.Context context) Creates or updates a workload group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<WorkloadGroupInner>,WorkloadGroupInner> WorkloadGroupsClient.beginCreateOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, WorkloadGroupInner parameters) Creates or updates a workload group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<WorkloadGroupInner>,WorkloadGroupInner> WorkloadGroupsClient.beginCreateOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, WorkloadGroupInner parameters) Creates or updates a workload group.WorkloadGroupsClient.createOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, WorkloadGroupInner parameters) Creates or updates a workload group.WorkloadGroupsClient.getAsync(String resourceGroupName, String serverName, String databaseName, String workloadGroupName) Gets a workload group.com.azure.core.http.rest.Response<WorkloadGroupInner>WorkloadGroupsClient.getWithResponse(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, com.azure.core.util.Context context) Gets a workload group.Mono<com.azure.core.http.rest.Response<WorkloadGroupInner>>WorkloadGroupsClient.getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String workloadGroupName) Gets a workload group.com.azure.core.http.rest.PagedIterable<WorkloadGroupInner>WorkloadGroupsClient.listByDatabase(String resourceGroupName, String serverName, String databaseName) Gets the list of workload groups.com.azure.core.http.rest.PagedIterable<WorkloadGroupInner>WorkloadGroupsClient.listByDatabase(String resourceGroupName, String serverName, String databaseName, com.azure.core.util.Context context) Gets the list of workload groups.com.azure.core.http.rest.PagedFlux<WorkloadGroupInner>WorkloadGroupsClient.listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName) Gets the list of workload groups.Methods in com.azure.resourcemanager.sql.fluent with parameters of type WorkloadGroupInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WorkloadGroupInner>,WorkloadGroupInner> WorkloadGroupsClient.beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, WorkloadGroupInner parameters) Creates or updates a workload group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WorkloadGroupInner>,WorkloadGroupInner> WorkloadGroupsClient.beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, WorkloadGroupInner parameters, com.azure.core.util.Context context) Creates or updates a workload group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<WorkloadGroupInner>,WorkloadGroupInner> WorkloadGroupsClient.beginCreateOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, WorkloadGroupInner parameters) Creates or updates a workload group.WorkloadGroupsClient.createOrUpdate(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, WorkloadGroupInner parameters) Creates or updates a workload group.WorkloadGroupsClient.createOrUpdate(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, WorkloadGroupInner parameters, com.azure.core.util.Context context) Creates or updates a workload group.WorkloadGroupsClient.createOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, WorkloadGroupInner parameters) Creates or updates a workload group.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>WorkloadGroupsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String workloadGroupName, WorkloadGroupInner parameters) Creates or updates a workload group. -
Uses of WorkloadGroupInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return WorkloadGroupInnerModifier and TypeMethodDescriptionWorkloadGroupInner.withImportance(String importance) Set the importance property: The workload group importance level.WorkloadGroupInner.withMaxResourcePercent(Integer maxResourcePercent) Set the maxResourcePercent property: The workload group cap percentage resource.WorkloadGroupInner.withMaxResourcePercentPerRequest(Double maxResourcePercentPerRequest) Set the maxResourcePercentPerRequest property: The workload group request maximum grant percentage.WorkloadGroupInner.withMinResourcePercent(Integer minResourcePercent) Set the minResourcePercent property: The workload group minimum percentage resource.WorkloadGroupInner.withMinResourcePercentPerRequest(Double minResourcePercentPerRequest) Set the minResourcePercentPerRequest property: The workload group request minimum grant percentage.WorkloadGroupInner.withQueryExecutionTimeout(Integer queryExecutionTimeout) Set the queryExecutionTimeout property: The workload group query execution timeout. -
Uses of WorkloadGroupInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type WorkloadGroupInnerModifier and TypeMethodDescriptionWorkloadGroupListResult.value()Get the value property: Array of results.