Share via


ModuleCreateProperties Constructor (ContentLink)

 

Initializes a new instance of the ModuleCreateProperties class with required arguments.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

public ModuleCreateProperties(
    ContentLink contentLink
)
public:
ModuleCreateProperties(
    ContentLink^ contentLink
)
new : 
        contentLink:ContentLink -> ModuleCreateProperties
Public Sub New (
    contentLink As ContentLink
)

See Also

ModuleCreateProperties Overload
ModuleCreateProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top