Share via


IRunbookOperations Interface

 

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

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

Syntax

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

Methods

Name Description
System_CAPS_pubmethod ContentAsync(String, String, CancellationToken)

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

System_CAPS_pubmethod CreateAsync(String, RunbookCreateParameters, CancellationToken)

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

System_CAPS_pubmethod CreateWithDraftAsync(String, RunbookCreateDraftParameters, CancellationToken)

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

System_CAPS_pubmethod DeleteAsync(String, String, CancellationToken)

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

System_CAPS_pubmethod GetAsync(String, String, CancellationToken)

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

System_CAPS_pubmethod ListAsync(String, CancellationToken)

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

System_CAPS_pubmethod ListNextAsync(String, CancellationToken)

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

System_CAPS_pubmethod UpdateAsync(String, RunbookUpdateParameters, CancellationToken)

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

Extension Methods

Name Description
System_CAPS_pubmethod Content(String, String)

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

System_CAPS_pubmethod ContentAsync(String, String)

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

System_CAPS_pubmethod Create(String, RunbookCreateParameters)

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

System_CAPS_pubmethod CreateAsync(String, RunbookCreateParameters)

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

System_CAPS_pubmethod CreateWithDraft(String, RunbookCreateDraftParameters)

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

System_CAPS_pubmethod CreateWithDraftAsync(String, RunbookCreateDraftParameters)

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

System_CAPS_pubmethod Delete(String, String)

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

System_CAPS_pubmethod DeleteAsync(String, String)

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

System_CAPS_pubmethod Get(String, String)

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

System_CAPS_pubmethod GetAsync(String, String)

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

System_CAPS_pubmethod List(String)

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

System_CAPS_pubmethod ListAsync(String)

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

System_CAPS_pubmethod ListNext(String)

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

System_CAPS_pubmethod ListNextAsync(String)

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

System_CAPS_pubmethod Update(String, RunbookUpdateParameters)

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

System_CAPS_pubmethod UpdateAsync(String, RunbookUpdateParameters)

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

See Also

Microsoft.WindowsAzure.Management.Automation Namespace

Return to top