Compartilhar via


Propriedade RunbookProperties.PublishContentLink

Optional. Gets or sets the published runbook content link.

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

Uso

'Uso
Dim instance As RunbookProperties
Dim value As ContentLink

value = instance.PublishContentLink

instance.PublishContentLink = value

Sintaxe

'Declaração
Public Property PublishContentLink As ContentLink
public ContentLink PublishContentLink { get; set; }
public:
property ContentLink^ PublishContentLink {
    ContentLink^ get ();
    void set (ContentLink^ value);
}
/** @property */
public ContentLink get_PublishContentLink ()

/** @property */
public void set_PublishContentLink (ContentLink value)
public function get PublishContentLink () : ContentLink

public function set PublishContentLink (value : ContentLink)

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe RunbookProperties
Membros RunbookProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models