JobCredentialInner Class

Definition

A stored credential that can be used by a job to connect to target databases.

[Microsoft.Rest.Serialization.JsonTransformation]
public class JobCredentialInner : Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type JobCredentialInner = class
    inherit ProxyResourceInner
Public Class JobCredentialInner
Inherits ProxyResourceInner
Inheritance
Attributes

Constructors

JobCredentialInner()

Initializes a new instance of the JobCredentialInner class.

JobCredentialInner(String, String, String, String, String)

Initializes a new instance of the JobCredentialInner class.

Properties

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
Password

Gets or sets the credential password.

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)
Username

Gets or sets the credential user name.

Methods

Validate()

Validate the object.

Applies to