Share via


RunbookDraft.DraftContentLink Property

Optional. Gets or sets the draft runbook content link.

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

Usage

'Usage
Dim instance As RunbookDraft
Dim value As ContentLink

value = instance.DraftContentLink

instance.DraftContentLink = value

Syntax

'Declaration
Public Property DraftContentLink As ContentLink
public ContentLink DraftContentLink { get; set; }
public:
property ContentLink^ DraftContentLink {
    ContentLink^ get ();
    void set (ContentLink^ value);
}
/** @property */
public ContentLink get_DraftContentLink ()

/** @property */
public void set_DraftContentLink (ContentLink value)
public function get DraftContentLink () : ContentLink

public function set DraftContentLink (value : ContentLink)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

RunbookDraft Class
RunbookDraft Members
Microsoft.WindowsAzure.Management.Automation.Models Namespace