Share via


RunbookCreateProperties.PublishContentLink Property

 

Required. Gets or sets the published runbook content link.

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

Syntax

public ContentLink PublishContentLink { get; set; }
public:
property ContentLink^ PublishContentLink {
    ContentLink^ get();
    void set(ContentLink^ value);
}
member PublishContentLink : ContentLink with get, set
Public Property PublishContentLink As ContentLink

Property Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.ContentLink

See Also

RunbookCreateProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top