public interface JobTargetGroupsClient
| Modifier and Type | Method and Description |
|---|---|
JobTargetGroupInner |
createOrUpdate(String resourceGroupName,
String serverName,
String jobAgentName,
String targetGroupName)
Creates or updates a target group.
|
Mono<JobTargetGroupInner> |
createOrUpdateAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String targetGroupName)
Creates or updates a target group.
|
Mono<JobTargetGroupInner> |
createOrUpdateAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String targetGroupName,
List<JobTarget> members)
Creates or updates a target group.
|
com.azure.core.http.rest.Response<JobTargetGroupInner> |
createOrUpdateWithResponse(String resourceGroupName,
String serverName,
String jobAgentName,
String targetGroupName,
List<JobTarget> members,
com.azure.core.util.Context context)
Creates or updates a target group.
|
Mono<com.azure.core.http.rest.Response<JobTargetGroupInner>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String targetGroupName,
List<JobTarget> members)
Creates or updates a target group.
|
void |
delete(String resourceGroupName,
String serverName,
String jobAgentName,
String targetGroupName)
Deletes a target group.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String targetGroupName)
Deletes a target group.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String serverName,
String jobAgentName,
String targetGroupName,
com.azure.core.util.Context context)
Deletes a target group.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String targetGroupName)
Deletes a target group.
|
JobTargetGroupInner |
get(String resourceGroupName,
String serverName,
String jobAgentName,
String targetGroupName)
Gets a target group.
|
Mono<JobTargetGroupInner> |
getAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String targetGroupName)
Gets a target group.
|
com.azure.core.http.rest.Response<JobTargetGroupInner> |
getWithResponse(String resourceGroupName,
String serverName,
String jobAgentName,
String targetGroupName,
com.azure.core.util.Context context)
Gets a target group.
|
Mono<com.azure.core.http.rest.Response<JobTargetGroupInner>> |
getWithResponseAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String targetGroupName)
Gets a target group.
|
com.azure.core.http.rest.PagedIterable<JobTargetGroupInner> |
listByAgent(String resourceGroupName,
String serverName,
String jobAgentName)
Gets all target groups in an agent.
|
com.azure.core.http.rest.PagedIterable<JobTargetGroupInner> |
listByAgent(String resourceGroupName,
String serverName,
String jobAgentName,
com.azure.core.util.Context context)
Gets all target groups in an agent.
|
com.azure.core.http.rest.PagedFlux<JobTargetGroupInner> |
listByAgentAsync(String resourceGroupName,
String serverName,
String jobAgentName)
Gets all target groups in an agent.
|
com.azure.core.http.rest.PagedFlux<JobTargetGroupInner> listByAgentAsync(String resourceGroupName, String serverName, String jobAgentName)
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.jobAgentName - The name of the job agent.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<JobTargetGroupInner> listByAgent(String resourceGroupName, String serverName, String jobAgentName)
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.jobAgentName - The name of the job agent.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<JobTargetGroupInner> listByAgent(String resourceGroupName, String serverName, String jobAgentName, 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.jobAgentName - The name of the job agent.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<JobTargetGroupInner>> getWithResponseAsync(String resourceGroupName, String serverName, String jobAgentName, String targetGroupName)
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.jobAgentName - The name of the job agent.targetGroupName - The name of the target group.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<JobTargetGroupInner> getAsync(String resourceGroupName, String serverName, String jobAgentName, String targetGroupName)
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.jobAgentName - The name of the job agent.targetGroupName - The name of the target group.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.JobTargetGroupInner get(String resourceGroupName, String serverName, String jobAgentName, String targetGroupName)
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.jobAgentName - The name of the job agent.targetGroupName - The name of the target group.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<JobTargetGroupInner> getWithResponse(String resourceGroupName, String serverName, String jobAgentName, String targetGroupName, 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.jobAgentName - The name of the job agent.targetGroupName - The name of the target group.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<JobTargetGroupInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String jobAgentName, String targetGroupName, List<JobTarget> members)
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.jobAgentName - The name of the job agent.targetGroupName - The name of the target group.members - Members of the target group.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<JobTargetGroupInner> createOrUpdateAsync(String resourceGroupName, String serverName, String jobAgentName, String targetGroupName, List<JobTarget> members)
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.jobAgentName - The name of the job agent.targetGroupName - The name of the target group.members - Members of the target group.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<JobTargetGroupInner> createOrUpdateAsync(String resourceGroupName, String serverName, String jobAgentName, String targetGroupName)
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.jobAgentName - The name of the job agent.targetGroupName - The name of the target group.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.JobTargetGroupInner createOrUpdate(String resourceGroupName, String serverName, String jobAgentName, String targetGroupName)
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.jobAgentName - The name of the job agent.targetGroupName - The name of the target group.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<JobTargetGroupInner> createOrUpdateWithResponse(String resourceGroupName, String serverName, String jobAgentName, String targetGroupName, List<JobTarget> members, 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.jobAgentName - The name of the job agent.targetGroupName - The name of the target group.members - Members of the target group.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<Void>> deleteWithResponseAsync(String resourceGroupName, String serverName, String jobAgentName, String targetGroupName)
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.jobAgentName - The name of the job agent.targetGroupName - The name of the target group.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 jobAgentName, String targetGroupName)
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.jobAgentName - The name of the job agent.targetGroupName - The name of the target group.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 jobAgentName, String targetGroupName)
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.jobAgentName - The name of the job agent.targetGroupName - The name of the target group.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<Void> deleteWithResponse(String resourceGroupName, String serverName, String jobAgentName, String targetGroupName, 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.jobAgentName - The name of the job agent.targetGroupName - The name of the target group.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.