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() | |
| Module(String, String, Module) |
Module()
public Module ();
Public Sub New ()
Applies to
Module(String, String, Module)
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
- automationAccountName
- String
- module
- Module