AgentRegistration Constructors
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.
Overloads
AgentRegistration() |
Initializes a new instance of the AgentRegistration class. |
AgentRegistration(String, String, AgentRegistration) |
Initializes a new instance of the AgentRegistration class. |
AgentRegistration()
Initializes a new instance of the AgentRegistration class.
public AgentRegistration ();
Public Sub New ()
Applies to
AgentRegistration(String, String, AgentRegistration)
Initializes a new instance of the AgentRegistration class.
public AgentRegistration (string resourceGroupName, string automationAccountName, Microsoft.Azure.Management.Automation.Models.AgentRegistration agentRegistration);
new Microsoft.Azure.Commands.Automation.Model.AgentRegistration : string * string * Microsoft.Azure.Management.Automation.Models.AgentRegistration -> Microsoft.Azure.Commands.Automation.Model.AgentRegistration
Public Sub New (resourceGroupName As String, automationAccountName As String, agentRegistration As AgentRegistration)
Parameters
- resourceGroupName
- String
The resource group name.
- automationAccountName
- String
The automation account.
- agentRegistration
- AgentRegistration
The automation account agent registration