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