ModuleCreateProperties.ContentLink Property
Required. Gets or sets the module content link.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public ContentLink ContentLink { get; set; }
public:
property ContentLink^ ContentLink {
ContentLink^ get();
void set(ContentLink^ value);
}
member ContentLink : ContentLink with get, set
Public Property ContentLink As ContentLink
Property Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.ContentLink
See Also
ModuleCreateProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top