IRunbookDraftOperations Interface

Definition

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

public interface IRunbookDraftOperations
type IRunbookDraftOperations = interface
Public Interface IRunbookDraftOperations

Methods

BeginPublishAsync(String, RunbookDraftPublishParameters, CancellationToken)

Retrieve the runbook identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

BeginUpdateAsync(String, RunbookDraftUpdateParameters, CancellationToken)

Updates the runbook draft with runbookStream as its content. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

ContentAsync(String, String, CancellationToken)

Retrieve the content of runbook draft identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

GetAsync(String, String, CancellationToken)

Retrieve the runbook draft identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

PublishAsync(String, RunbookDraftPublishParameters, CancellationToken)

Retrieve the runbook identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

UndoEditAsync(String, String, CancellationToken)

Retrieve the runbook identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

UpdateAsync(String, RunbookDraftUpdateParameters, CancellationToken)

Updates the runbook draft with runbookStream as its content. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

Extension Methods

BeginPublish(IRunbookDraftOperations, String, RunbookDraftPublishParameters)

Retrieve the runbook identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

BeginPublishAsync(IRunbookDraftOperations, String, RunbookDraftPublishParameters)

Retrieve the runbook identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

BeginUpdate(IRunbookDraftOperations, String, RunbookDraftUpdateParameters)

Updates the runbook draft with runbookStream as its content. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

BeginUpdateAsync(IRunbookDraftOperations, String, RunbookDraftUpdateParameters)

Updates the runbook draft with runbookStream as its content. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

Content(IRunbookDraftOperations, String, String)

Retrieve the content of runbook draft identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

ContentAsync(IRunbookDraftOperations, String, String)

Retrieve the content of runbook draft identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

Get(IRunbookDraftOperations, String, String)

Retrieve the runbook draft identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

GetAsync(IRunbookDraftOperations, String, String)

Retrieve the runbook draft identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

Publish(IRunbookDraftOperations, String, RunbookDraftPublishParameters)

Retrieve the runbook identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

PublishAsync(IRunbookDraftOperations, String, RunbookDraftPublishParameters)

Retrieve the runbook identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

UndoEdit(IRunbookDraftOperations, String, String)

Retrieve the runbook identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

UndoEditAsync(IRunbookDraftOperations, String, String)

Retrieve the runbook identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

Update(IRunbookDraftOperations, String, RunbookDraftUpdateParameters)

Updates the runbook draft with runbookStream as its content. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

UpdateAsync(IRunbookDraftOperations, String, RunbookDraftUpdateParameters)

Updates the runbook draft with runbookStream as its content. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

Applies to