Share via


AzureSqlElasticJobCommunicator.GetJobCredential Method

Definition

Overloads

GetJobCredential(String, String, String)

Lists the credentials associated to the Azure SQL Database Agent.

GetJobCredential(String, String, String, String)

Gets the associated Job Credential associated to the Azure SQL Database Agent

GetJobCredential(String, String, String)

Lists the credentials associated to the Azure SQL Database Agent.

public Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobCredential> GetJobCredential (string resourceGroupName, string serverName, string agentName);
member this.GetJobCredential : string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobCredential>
Public Function GetJobCredential (resourceGroupName As String, serverName As String, agentName As String) As IPage(Of JobCredential)

Parameters

resourceGroupName
String

The resource group name

serverName
String

The server name

agentName
String

The agent name

Returns

A list of credentials belonging to specified agent

Applies to

GetJobCredential(String, String, String, String)

Gets the associated Job Credential associated to the Azure SQL Database Agent

public Microsoft.Azure.Management.Sql.Models.JobCredential GetJobCredential (string resourceGroupName, string serverName, string agentName, string credentialName);
member this.GetJobCredential : string * string * string * string -> Microsoft.Azure.Management.Sql.Models.JobCredential
Public Function GetJobCredential (resourceGroupName As String, serverName As String, agentName As String, credentialName As String) As JobCredential

Parameters

resourceGroupName
String
serverName
String
agentName
String
credentialName
String

Returns

The agent belonging to specified server

Applies to