Compartilhar via


Construtor RunbookCreateDraftProperties (String, RunbookDraft)

 

Inicializa uma nova instância da classe RunbookCreateDraftProperties com argumentos necessários.

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

Sintaxe

public RunbookCreateDraftProperties(
    string runbookType,
    RunbookDraft draft
)
public:
RunbookCreateDraftProperties(
    String^ runbookType,
    RunbookDraft^ draft
)
new : 
        runbookType:string *
        draft:RunbookDraft -> RunbookCreateDraftProperties
Public Sub New (
    runbookType As String,
    draft As RunbookDraft
)

Consulte também

RunbookCreateDraftProperties Sobrecarga
Classe RunbookCreateDraftProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models

Retornar ao topo