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