AzureSqlElasticJobAdapter.GetJobCredential Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an elastic job credential
public Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel GetJobCredential (string resourceGroupName, string serverName, string agentName, string credentialName);
member this.GetJobCredential : string * string * string * string -> Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel
Public Function GetJobCredential (resourceGroupName As String, serverName As String, agentName As String, credentialName As String) As AzureSqlElasticJobCredentialModel
Parameters
- resourceGroupName
- String
The resource group name
- serverName
- String
The server name
- agentName
- String
The agent name
- credentialName
- String
The job credential name
Returns
The job credential object