IRunbookDraftOperations Interface

 

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

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

public interface IRunbookDraftOperations

NameDescription
System_CAPS_pubmethodBeginPublishAsync(String, RunbookDraftPublishParameters, CancellationToken)

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

System_CAPS_pubmethodBeginUpdateAsync(String, RunbookDraftUpdateParameters, CancellationToken)

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

System_CAPS_pubmethodContentAsync(String, String, CancellationToken)

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

System_CAPS_pubmethodGetAsync(String, String, CancellationToken)

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

System_CAPS_pubmethodPublishAsync(String, RunbookDraftPublishParameters, CancellationToken)

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

System_CAPS_pubmethodUndoEditAsync(String, String, CancellationToken)

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

System_CAPS_pubmethodUpdateAsync(String, RunbookDraftUpdateParameters, CancellationToken)

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

NameDescription
System_CAPS_pubmethodBeginPublish(String, RunbookDraftPublishParameters)

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

System_CAPS_pubmethodBeginPublishAsync(String, RunbookDraftPublishParameters)

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

System_CAPS_pubmethodBeginUpdate(String, RunbookDraftUpdateParameters)

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

System_CAPS_pubmethodBeginUpdateAsync(String, RunbookDraftUpdateParameters)

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

System_CAPS_pubmethodContent(String, String)

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

System_CAPS_pubmethodContentAsync(String, String)

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

System_CAPS_pubmethodGet(String, String)

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

System_CAPS_pubmethodGetAsync(String, String)

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

System_CAPS_pubmethodPublish(String, RunbookDraftPublishParameters)

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

System_CAPS_pubmethodPublishAsync(String, RunbookDraftPublishParameters)

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

System_CAPS_pubmethodUndoEdit(String, String)

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

System_CAPS_pubmethodUndoEditAsync(String, String)

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

System_CAPS_pubmethodUpdate(String, RunbookDraftUpdateParameters)

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

System_CAPS_pubmethodUpdateAsync(String, RunbookDraftUpdateParameters)

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

Return to top
Show: