Compartilhar via


JobAgentUserAssignedIdentity Constructors

Definition

Overloads

JobAgentUserAssignedIdentity()

Initializes a new instance of the JobAgentUserAssignedIdentity class.

JobAgentUserAssignedIdentity(Nullable<Guid>, Nullable<Guid>)

Initializes a new instance of the JobAgentUserAssignedIdentity class.

JobAgentUserAssignedIdentity()

Initializes a new instance of the JobAgentUserAssignedIdentity class.

public JobAgentUserAssignedIdentity ();
Public Sub New ()

Applies to

JobAgentUserAssignedIdentity(Nullable<Guid>, Nullable<Guid>)

Initializes a new instance of the JobAgentUserAssignedIdentity class.

public JobAgentUserAssignedIdentity (Guid? principalId = default, Guid? clientId = default);
new Microsoft.Azure.Management.Sql.Models.JobAgentUserAssignedIdentity : Nullable<Guid> * Nullable<Guid> -> Microsoft.Azure.Management.Sql.Models.JobAgentUserAssignedIdentity
Public Sub New (Optional principalId As Nullable(Of Guid) = Nothing, Optional clientId As Nullable(Of Guid) = Nothing)

Parameters

principalId
Nullable<Guid>

The Azure Active Directory principal id.

clientId
Nullable<Guid>

The Azure Active Directory client id.

Applies to