public interface JobCredentialsClient
| Modifier and Type | Method and Description |
|---|---|
JobCredentialInner |
createOrUpdate(String resourceGroupName,
String serverName,
String jobAgentName,
String credentialName,
JobCredentialInner parameters)
Creates or updates a job credential.
|
Mono<JobCredentialInner> |
createOrUpdateAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String credentialName,
JobCredentialInner parameters)
Creates or updates a job credential.
|
com.azure.core.http.rest.Response<JobCredentialInner> |
createOrUpdateWithResponse(String resourceGroupName,
String serverName,
String jobAgentName,
String credentialName,
JobCredentialInner parameters,
com.azure.core.util.Context context)
Creates or updates a job credential.
|
Mono<com.azure.core.http.rest.Response<JobCredentialInner>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String credentialName,
JobCredentialInner parameters)
Creates or updates a job credential.
|
void |
delete(String resourceGroupName,
String serverName,
String jobAgentName,
String credentialName)
Deletes a job credential.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String credentialName)
Deletes a job credential.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String serverName,
String jobAgentName,
String credentialName,
com.azure.core.util.Context context)
Deletes a job credential.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String credentialName)
Deletes a job credential.
|
JobCredentialInner |
get(String resourceGroupName,
String serverName,
String jobAgentName,
String credentialName)
Gets a jobs credential.
|
Mono<JobCredentialInner> |
getAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String credentialName)
Gets a jobs credential.
|
com.azure.core.http.rest.Response<JobCredentialInner> |
getWithResponse(String resourceGroupName,
String serverName,
String jobAgentName,
String credentialName,
com.azure.core.util.Context context)
Gets a jobs credential.
|
Mono<com.azure.core.http.rest.Response<JobCredentialInner>> |
getWithResponseAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String credentialName)
Gets a jobs credential.
|
com.azure.core.http.rest.PagedIterable<JobCredentialInner> |
listByAgent(String resourceGroupName,
String serverName,
String jobAgentName)
Gets a list of jobs credentials.
|
com.azure.core.http.rest.PagedIterable<JobCredentialInner> |
listByAgent(String resourceGroupName,
String serverName,
String jobAgentName,
com.azure.core.util.Context context)
Gets a list of jobs credentials.
|
com.azure.core.http.rest.PagedFlux<JobCredentialInner> |
listByAgentAsync(String resourceGroupName,
String serverName,
String jobAgentName)
Gets a list of jobs credentials.
|
com.azure.core.http.rest.PagedFlux<JobCredentialInner> 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<JobCredentialInner> 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<JobCredentialInner> 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<JobCredentialInner>> getWithResponseAsync(String resourceGroupName, String serverName, String jobAgentName, String credentialName)
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.credentialName - The name of the credential.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<JobCredentialInner> getAsync(String resourceGroupName, String serverName, String jobAgentName, String credentialName)
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.credentialName - The name of the credential.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.JobCredentialInner get(String resourceGroupName, String serverName, String jobAgentName, String credentialName)
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.credentialName - The name of the credential.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<JobCredentialInner> getWithResponse(String resourceGroupName, String serverName, String jobAgentName, String credentialName, 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.credentialName - The name of the credential.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<JobCredentialInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String jobAgentName, String credentialName, JobCredentialInner 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.jobAgentName - The name of the job agent.credentialName - The name of the credential.parameters - A stored credential that can be used by a job to connect to target databases.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<JobCredentialInner> createOrUpdateAsync(String resourceGroupName, String serverName, String jobAgentName, String credentialName, JobCredentialInner 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.jobAgentName - The name of the job agent.credentialName - The name of the credential.parameters - A stored credential that can be used by a job to connect to target databases.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.JobCredentialInner createOrUpdate(String resourceGroupName, String serverName, String jobAgentName, String credentialName, JobCredentialInner 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.jobAgentName - The name of the job agent.credentialName - The name of the credential.parameters - A stored credential that can be used by a job to connect to target databases.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<JobCredentialInner> createOrUpdateWithResponse(String resourceGroupName, String serverName, String jobAgentName, String credentialName, JobCredentialInner 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.jobAgentName - The name of the job agent.credentialName - The name of the credential.parameters - A stored credential that can be used by a job to connect to target databases.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 credentialName)
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.credentialName - The name of the credential.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 credentialName)
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.credentialName - The name of the credential.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 credentialName)
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.credentialName - The name of the credential.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 credentialName, 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.credentialName - The name of the credential.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.