你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JobAgentIdentityHelper Class

Definition

Helper class for job agent level identity

public class JobAgentIdentityHelper
type JobAgentIdentityHelper = class
Public Class JobAgentIdentityHelper
Inheritance
JobAgentIdentityHelper

Constructors

JobAgentIdentityHelper()

Methods

GetJobAgentIdentity(String, String[])

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.

Applies to