你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureSqlElasticJobAdapter.ListJobCredentials(String, String, String) Method

Definition

Gets a list of job credentials from the control database

public System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel> ListJobCredentials (string resourceGroupName, string serverName, string agentName);
member this.ListJobCredentials : string * string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel>
Public Function ListJobCredentials (resourceGroupName As String, serverName As String, agentName As String) As List(Of AzureSqlElasticJobCredentialModel)

Parameters

resourceGroupName
String

The resource group name

serverName
String

The server name

agentName
String

The agent name

Returns

A list of job credentials

Applies to