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

AzureSqlElasticJobCredentialModel Class

Definition

Represents the core properties of a job credential

public class AzureSqlElasticJobCredentialModel : Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobsBaseModel
type AzureSqlElasticJobCredentialModel = class
    inherit AzureSqlElasticJobsBaseModel
Public Class AzureSqlElasticJobCredentialModel
Inherits AzureSqlElasticJobsBaseModel
Inheritance
AzureSqlElasticJobCredentialModel

Constructors

AzureSqlElasticJobCredentialModel()

Properties

AgentName

Gets or sets the agent name

(Inherited from AzureSqlElasticJobsBaseModel)
CredentialName

Gets or sets the job credential name

Password

Gets or sets the password

ResourceGroupName

Gets or sets the name of the resource group name

(Inherited from AzureSqlElasticJobsBaseModel)
ResourceId

Gets or sets the resource id

(Inherited from AzureSqlElasticJobsBaseModel)
ServerName

Gets or sets the server name

(Inherited from AzureSqlElasticJobsBaseModel)
Type

Gets or sets the resource typ

(Inherited from AzureSqlElasticJobsBaseModel)
UserName

Gets or sets the user name

Applies to