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

Show file Open project: Azure/azure-powershell

Public Methods

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

Initializes a new instance of the Module class.

Module ( string resourceGroupName, string automationAccountName, Azure module ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the Module class.

Method Details

Module() public method

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

Module() public method

Initializes a new instance of the Module class.
public Module ( string resourceGroupName, string automationAccountName, Azure module ) : Microsoft.Azure.Commands.Automation.Common
resourceGroupName string /// The resource group name. ///
automationAccountName string /// The account name. ///
module Azure /// The Module. ///
return Microsoft.Azure.Commands.Automation.Common