ModuleCreateProperties 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
ModuleCreateProperties() |
Initializes a new instance of the ModuleCreateProperties class. |
ModuleCreateProperties(ContentLink) |
Initializes a new instance of the ModuleCreateProperties class with required arguments. |
ModuleCreateProperties()
Initializes a new instance of the ModuleCreateProperties class.
public ModuleCreateProperties ();
Public Sub New ()
Applies to
ModuleCreateProperties(ContentLink)
Initializes a new instance of the ModuleCreateProperties class with required arguments.
public ModuleCreateProperties (Microsoft.WindowsAzure.Management.Automation.Models.ContentLink contentLink);
new Microsoft.WindowsAzure.Management.Automation.Models.ModuleCreateProperties : Microsoft.WindowsAzure.Management.Automation.Models.ContentLink -> Microsoft.WindowsAzure.Management.Automation.Models.ModuleCreateProperties
Public Sub New (contentLink As ContentLink)
Parameters
- contentLink
- ContentLink