Compartilhar via


IRunbookDraftOperations Interface

Definição

Operação de serviço para rascunho de runbook de automação. (consulte http://aka.ms/azureautomationsdk/runbookdraftoperations para obter mais informações)

public interface IRunbookDraftOperations
type IRunbookDraftOperations = interface
Public Interface IRunbookDraftOperations

Métodos

BeginPublishAsync(String, RunbookDraftPublishParameters, CancellationToken)

Recupere o runbook identificado pelo nome do runbook. (consulte http://aka.ms/azureautomationsdk/runbookdraftoperations para obter mais informações)

BeginUpdateAsync(String, RunbookDraftUpdateParameters, CancellationToken)

Atualizações o rascunho do runbook com runbookStream como seu conteúdo. (consulte http://aka.ms/azureautomationsdk/runbookdraftoperations para obter mais informações)

ContentAsync(String, String, CancellationToken)

Recupere o conteúdo do rascunho do runbook identificado pelo nome do runbook. (consulte http://aka.ms/azureautomationsdk/runbookdraftoperations para obter mais informações)

GetAsync(String, String, CancellationToken)

Recupere o rascunho do runbook identificado pelo nome do runbook. (consulte http://aka.ms/azureautomationsdk/runbookdraftoperations para obter mais informações)

PublishAsync(String, RunbookDraftPublishParameters, CancellationToken)

Recupere o runbook identificado pelo nome do runbook. (consulte http://aka.ms/azureautomationsdk/runbookdraftoperations para obter mais informações)

UndoEditAsync(String, String, CancellationToken)

Recupere o runbook identificado pelo nome do runbook. (consulte http://aka.ms/azureautomationsdk/runbookdraftoperations para obter mais informações)

UpdateAsync(String, RunbookDraftUpdateParameters, CancellationToken)

Atualizações o rascunho do runbook com runbookStream como seu conteúdo. (consulte http://aka.ms/azureautomationsdk/runbookdraftoperations para obter mais informações)

Métodos de Extensão

BeginPublish(IRunbookDraftOperations, String, RunbookDraftPublishParameters)

Recupere o runbook identificado pelo nome do runbook. (consulte http://aka.ms/azureautomationsdk/runbookdraftoperations para obter mais informações)

BeginPublishAsync(IRunbookDraftOperations, String, RunbookDraftPublishParameters)

Recupere o runbook identificado pelo nome do runbook. (consulte http://aka.ms/azureautomationsdk/runbookdraftoperations para obter mais informações)

BeginUpdate(IRunbookDraftOperations, String, RunbookDraftUpdateParameters)

Atualizações o rascunho do runbook com runbookStream como seu conteúdo. (consulte http://aka.ms/azureautomationsdk/runbookdraftoperations para obter mais informações)

BeginUpdateAsync(IRunbookDraftOperations, String, RunbookDraftUpdateParameters)

Atualizações o rascunho do runbook com runbookStream como seu conteúdo. (consulte http://aka.ms/azureautomationsdk/runbookdraftoperations para obter mais informações)

Content(IRunbookDraftOperations, String, String)

Recupere o conteúdo do rascunho do runbook identificado pelo nome do runbook. (consulte http://aka.ms/azureautomationsdk/runbookdraftoperations para obter mais informações)

ContentAsync(IRunbookDraftOperations, String, String)

Recupere o conteúdo do rascunho do runbook identificado pelo nome do runbook. (consulte http://aka.ms/azureautomationsdk/runbookdraftoperations para obter mais informações)

Get(IRunbookDraftOperations, String, String)

Recupere o rascunho do runbook identificado pelo nome do runbook. (consulte http://aka.ms/azureautomationsdk/runbookdraftoperations para obter mais informações)

GetAsync(IRunbookDraftOperations, String, String)

Recupere o rascunho do runbook identificado pelo nome do runbook. (consulte http://aka.ms/azureautomationsdk/runbookdraftoperations para obter mais informações)

Publish(IRunbookDraftOperations, String, RunbookDraftPublishParameters)

Recupere o runbook identificado pelo nome do runbook. (consulte http://aka.ms/azureautomationsdk/runbookdraftoperations para obter mais informações)

PublishAsync(IRunbookDraftOperations, String, RunbookDraftPublishParameters)

Recupere o runbook identificado pelo nome do runbook. (consulte http://aka.ms/azureautomationsdk/runbookdraftoperations para obter mais informações)

UndoEdit(IRunbookDraftOperations, String, String)

Recupere o runbook identificado pelo nome do runbook. (consulte http://aka.ms/azureautomationsdk/runbookdraftoperations para obter mais informações)

UndoEditAsync(IRunbookDraftOperations, String, String)

Recupere o runbook identificado pelo nome do runbook. (consulte http://aka.ms/azureautomationsdk/runbookdraftoperations para obter mais informações)

Update(IRunbookDraftOperations, String, RunbookDraftUpdateParameters)

Atualizações o rascunho do runbook com runbookStream como seu conteúdo. (consulte http://aka.ms/azureautomationsdk/runbookdraftoperations para obter mais informações)

UpdateAsync(IRunbookDraftOperations, String, RunbookDraftUpdateParameters)

Atualizações o rascunho do runbook com runbookStream como seu conteúdo. (consulte http://aka.ms/azureautomationsdk/runbookdraftoperations para obter mais informações)

Aplica-se a