Delen via


JobAgentIdentityHelper.GetJobAgentIdentity(String, String[]) Method

Definition

Gets the job agent identity object for Set-* or New-* command aka PUT request. For PUT request on JobAgentIdentity, expectation is that passed in UMI will either replace any existing UMI or be created on the job agent. Also, passing in IdentityType.None should remove any Identity info from the job agent.

public static Microsoft.Azure.Management.Sql.Models.JobAgentIdentity GetJobAgentIdentity (string identityType, string[] userAssignedIdentities);
static member GetJobAgentIdentity : string * string[] -> Microsoft.Azure.Management.Sql.Models.JobAgentIdentity
Public Shared Function GetJobAgentIdentity (identityType As String, userAssignedIdentities As String()) As JobAgentIdentity

Parameters

identityType
String

Identity type

userAssignedIdentities
String[]

User assigned identities

Returns

JobAgentIdentity

Applies to