C# Class Microsoft.Azure.Commands.Automation.Model.AgentRegistration

The Agent Registration.
Show file Open project: Azure/azure-powershell

Public Methods

Method Description
AgentRegistration ( ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the AgentRegistration class.

AgentRegistration ( string resourceGroupName, string automationAccountName, Microsoft.Azure.Management.Automation agentRegistration ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the AgentRegistration class.

Method Details

AgentRegistration() public method

Initializes a new instance of the AgentRegistration class.
public AgentRegistration ( ) : Microsoft.Azure.Commands.Automation.Common
return Microsoft.Azure.Commands.Automation.Common

AgentRegistration() public method

Initializes a new instance of the AgentRegistration class.
public AgentRegistration ( string resourceGroupName, string automationAccountName, Microsoft.Azure.Management.Automation agentRegistration ) : Microsoft.Azure.Commands.Automation.Common
resourceGroupName string /// The resource group name. ///
automationAccountName string /// The automation account. ///
agentRegistration Microsoft.Azure.Management.Automation /// The automation account agent registration ///
return Microsoft.Azure.Commands.Automation.Common