JobAgentIdentityHelper.GetJobAgentIdentity(String, String[]) Method
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.
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