Compartilhar via


Propriedade IAutomationManagementClient.RunbookDraft

Service operation for automation runbook draft. (see https://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

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

Uso

'Uso
Dim instance As IAutomationManagementClient
Dim value As IRunbookDraftOperations

value = instance.RunbookDraft

Sintaxe

'Declaração
ReadOnly Property RunbookDraft As IRunbookDraftOperations
IRunbookDraftOperations RunbookDraft { get; }
property IRunbookDraftOperations^ RunbookDraft {
    IRunbookDraftOperations^ get ();
}
/** @property */
IRunbookDraftOperations get_RunbookDraft ()
function get RunbookDraft () : IRunbookDraftOperations

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

Interface IAutomationManagementClient
Membros IAutomationManagementClient
Namespace Microsoft.WindowsAzure.Management.Automation