JobAgentIdentityHelper Class
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.
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. |