Compartilhar via


JobAgentIdentity Constructors

Definition

Overloads

JobAgentIdentity()

Initializes a new instance of the JobAgentIdentity class.

JobAgentIdentity(String, Nullable<Guid>, IDictionary<String,JobAgentUserAssignedIdentity>)

Initializes a new instance of the JobAgentIdentity class.

JobAgentIdentity()

Initializes a new instance of the JobAgentIdentity class.

public JobAgentIdentity ();
Public Sub New ()

Applies to

JobAgentIdentity(String, Nullable<Guid>, IDictionary<String,JobAgentUserAssignedIdentity>)

Initializes a new instance of the JobAgentIdentity class.

public JobAgentIdentity (string type, Guid? tenantId = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Sql.Models.JobAgentUserAssignedIdentity> userAssignedIdentities = default);
new Microsoft.Azure.Management.Sql.Models.JobAgentIdentity : string * Nullable<Guid> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Sql.Models.JobAgentUserAssignedIdentity> -> Microsoft.Azure.Management.Sql.Models.JobAgentIdentity
Public Sub New (type As String, Optional tenantId As Nullable(Of Guid) = Nothing, Optional userAssignedIdentities As IDictionary(Of String, JobAgentUserAssignedIdentity) = Nothing)

Parameters

type
String

The job agent identity type Possible values include: 'None', 'SystemAssigned', 'UserAssigned', 'SystemAssignedUserAssigned'

tenantId
Nullable<Guid>

The job agent identity tenant id

userAssignedIdentities
IDictionary<String,JobAgentUserAssignedIdentity>

The resource ids of the user assigned identities to use

Applies to