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

The Agent Registration.
Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Méthode 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 méthode

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

AgentRegistration() public méthode

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 ///
Résultat Microsoft.Azure.Commands.Automation.Common