IRunbookOperations Interface

 

Service operation for automation runbooks. (see http://aka.ms/azureautomationsdk/runbookoperations for more information)

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

public interface class IRunbookOperations

NameDescription
System_CAPS_pubmethodContentAsync(String^, String^, CancellationToken)

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

System_CAPS_pubmethodCreateAsync(String^, RunbookCreateParameters^, CancellationToken)

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

System_CAPS_pubmethodCreateWithDraftAsync(String^, RunbookCreateDraftParameters^, CancellationToken)

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

System_CAPS_pubmethodDeleteAsync(String^, String^, CancellationToken)

Delete the runbook by name. (see http://aka.ms/azureautomationsdk/runbookoperations for more information)

System_CAPS_pubmethodGetAsync(String^, String^, CancellationToken)

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

System_CAPS_pubmethodListAsync(String^, CancellationToken)

Retrieve a list of runbooks. (see http://aka.ms/azureautomationsdk/runbookoperations for more information)

System_CAPS_pubmethodListNextAsync(String^, CancellationToken)

Retrieve next list of runbooks. (see http://aka.ms/azureautomationsdk/runbookoperations for more information)

System_CAPS_pubmethodUpdateAsync(String^, RunbookUpdateParameters^, CancellationToken)

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

NameDescription
System_CAPS_pubmethodContent(String^, String^)

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

System_CAPS_pubmethodContentAsync(String^, String^)

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

System_CAPS_pubmethodCreate(String^, RunbookCreateParameters^)

Create the runbook identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookoperations for more information)(Defined by RunbookOperationsExtensions.)

System_CAPS_pubmethodCreateAsync(String^, RunbookCreateParameters^)

Create the runbook identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookoperations for more information)(Defined by RunbookOperationsExtensions.)

System_CAPS_pubmethodCreateWithDraft(String^, RunbookCreateDraftParameters^)

Create the runbook identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookoperations for more information)(Defined by RunbookOperationsExtensions.)

System_CAPS_pubmethodCreateWithDraftAsync(String^, RunbookCreateDraftParameters^)

Create the runbook identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookoperations for more information)(Defined by RunbookOperationsExtensions.)

System_CAPS_pubmethodDelete(String^, String^)

Delete the runbook by name. (see http://aka.ms/azureautomationsdk/runbookoperations for more information)(Defined by RunbookOperationsExtensions.)

System_CAPS_pubmethodDeleteAsync(String^, String^)

Delete the runbook by name. (see http://aka.ms/azureautomationsdk/runbookoperations for more information)(Defined by RunbookOperationsExtensions.)

System_CAPS_pubmethodGet(String^, String^)

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

System_CAPS_pubmethodGetAsync(String^, String^)

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

System_CAPS_pubmethodList(String^)

Retrieve a list of runbooks. (see http://aka.ms/azureautomationsdk/runbookoperations for more information)(Defined by RunbookOperationsExtensions.)

System_CAPS_pubmethodListAsync(String^)

Retrieve a list of runbooks. (see http://aka.ms/azureautomationsdk/runbookoperations for more information)(Defined by RunbookOperationsExtensions.)

System_CAPS_pubmethodListNext(String^)

Retrieve next list of runbooks. (see http://aka.ms/azureautomationsdk/runbookoperations for more information)(Defined by RunbookOperationsExtensions.)

System_CAPS_pubmethodListNextAsync(String^)

Retrieve next list of runbooks. (see http://aka.ms/azureautomationsdk/runbookoperations for more information)(Defined by RunbookOperationsExtensions.)

System_CAPS_pubmethodUpdate(String^, RunbookUpdateParameters^)

Update the runbook identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookoperations for more information)(Defined by RunbookOperationsExtensions.)

System_CAPS_pubmethodUpdateAsync(String^, RunbookUpdateParameters^)

Update the runbook identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookoperations for more information)(Defined by RunbookOperationsExtensions.)

Return to top
Show: