Share via


IRunbookDraftOperations Interface

 

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 (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

public interface IRunbookDraftOperations
public interface class IRunbookDraftOperations
type IRunbookDraftOperations = interface end
Public Interface IRunbookDraftOperations

Methods

Name Description
System_CAPS_pubmethod BeginPublishAsync(String, RunbookDraftPublishParameters, CancellationToken)

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

System_CAPS_pubmethod BeginUpdateAsync(String, RunbookDraftUpdateParameters, CancellationToken)

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

System_CAPS_pubmethod ContentAsync(String, String, CancellationToken)

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

System_CAPS_pubmethod GetAsync(String, String, CancellationToken)

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

System_CAPS_pubmethod PublishAsync(String, RunbookDraftPublishParameters, CancellationToken)

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

System_CAPS_pubmethod UndoEditAsync(String, String, CancellationToken)

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

System_CAPS_pubmethod UpdateAsync(String, RunbookDraftUpdateParameters, CancellationToken)

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

Extension Methods

Name Description
System_CAPS_pubmethod BeginPublish(String, RunbookDraftPublishParameters)

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

System_CAPS_pubmethod BeginPublishAsync(String, RunbookDraftPublishParameters)

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

System_CAPS_pubmethod BeginUpdate(String, RunbookDraftUpdateParameters)

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

System_CAPS_pubmethod BeginUpdateAsync(String, RunbookDraftUpdateParameters)

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

System_CAPS_pubmethod Content(String, String)

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

System_CAPS_pubmethod ContentAsync(String, String)

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

System_CAPS_pubmethod Get(String, String)

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

System_CAPS_pubmethod GetAsync(String, String)

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

System_CAPS_pubmethod Publish(String, RunbookDraftPublishParameters)

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

System_CAPS_pubmethod PublishAsync(String, RunbookDraftPublishParameters)

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

System_CAPS_pubmethod UndoEdit(String, String)

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

System_CAPS_pubmethod UndoEditAsync(String, String)

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

System_CAPS_pubmethod Update(String, RunbookDraftUpdateParameters)

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

System_CAPS_pubmethod UpdateAsync(String, RunbookDraftUpdateParameters)

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

See Also

Microsoft.WindowsAzure.Management.Automation Namespace

Return to top