AzureSqlElasticJobCommunicator.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.
Overloads
| GetJobCredential(String, String, String) | |
| GetJobCredential(String, String, String, String) |
GetJobCredential(String, String, String)
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
- serverName
- String
- agentName
- String
Returns
Applies to
GetJobCredential(String, String, String, String)
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