JobAgentIdentity Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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'
- userAssignedIdentities
- IDictionary<String,JobAgentUserAssignedIdentity>
The resource ids of the user assigned identities to use