Share via


IRunbookOperations Members

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

The following tables list the members exposed by the IRunbookOperations type.

Public Methods

(see also Extension Methods)

  Name Description
ContentAsync Retrieve the content of runbook identified by runbook name. (see https://aka.ms/azureautomationsdk/runbookoperations for more information)
CreateAsync Create the runbook identified by runbook name. (see https://aka.ms/azureautomationsdk/runbookoperations for more information)
CreateWithDraftAsync Create the runbook identified by runbook name. (see https://aka.ms/azureautomationsdk/runbookoperations for more information)
DeleteAsync Delete the runbook by name. (see https://aka.ms/azureautomationsdk/runbookoperations for more information)
GetAsync Retrieve the runbook identified by runbook name. (see https://aka.ms/azureautomationsdk/runbookoperations for more information)
ListAsync Retrieve a list of runbooks. (see https://aka.ms/azureautomationsdk/runbookoperations for more information)
ListNextAsync Retrieve next list of runbooks. (see https://aka.ms/azureautomationsdk/runbookoperations for more information)
UpdateAsync Update the runbook identified by runbook name. (see https://aka.ms/azureautomationsdk/runbookoperations for more information)

Top

Extension Methods

  Name Description
Content  Retrieve the content of runbook identified by runbook name. (see https://aka.ms/azureautomationsdk/runbookoperations for more information) (Defined by RunbookOperationsExtensions.)
ContentAsync  Retrieve the content of runbook identified by runbook name. (see https://aka.ms/azureautomationsdk/runbookoperations for more information) (Defined by RunbookOperationsExtensions.)
Create  Create the runbook identified by runbook name. (see https://aka.ms/azureautomationsdk/runbookoperations for more information) (Defined by RunbookOperationsExtensions.)
CreateAsync  Create the runbook identified by runbook name. (see https://aka.ms/azureautomationsdk/runbookoperations for more information) (Defined by RunbookOperationsExtensions.)
CreateWithDraft  Create the runbook identified by runbook name. (see https://aka.ms/azureautomationsdk/runbookoperations for more information) (Defined by RunbookOperationsExtensions.)
CreateWithDraftAsync  Create the runbook identified by runbook name. (see https://aka.ms/azureautomationsdk/runbookoperations for more information) (Defined by RunbookOperationsExtensions.)
Delete  Delete the runbook by name. (see https://aka.ms/azureautomationsdk/runbookoperations for more information) (Defined by RunbookOperationsExtensions.)
DeleteAsync  Delete the runbook by name. (see https://aka.ms/azureautomationsdk/runbookoperations for more information) (Defined by RunbookOperationsExtensions.)
Get  Retrieve the runbook identified by runbook name. (see https://aka.ms/azureautomationsdk/runbookoperations for more information) (Defined by RunbookOperationsExtensions.)
GetAsync  Retrieve the runbook identified by runbook name. (see https://aka.ms/azureautomationsdk/runbookoperations for more information) (Defined by RunbookOperationsExtensions.)
List  Retrieve a list of runbooks. (see https://aka.ms/azureautomationsdk/runbookoperations for more information) (Defined by RunbookOperationsExtensions.)
ListAsync  Retrieve a list of runbooks. (see https://aka.ms/azureautomationsdk/runbookoperations for more information) (Defined by RunbookOperationsExtensions.)
ListNext  Retrieve next list of runbooks. (see https://aka.ms/azureautomationsdk/runbookoperations for more information) (Defined by RunbookOperationsExtensions.)
ListNextAsync  Retrieve next list of runbooks. (see https://aka.ms/azureautomationsdk/runbookoperations for more information) (Defined by RunbookOperationsExtensions.)
Update  Update the runbook identified by runbook name. (see https://aka.ms/azureautomationsdk/runbookoperations for more information) (Defined by RunbookOperationsExtensions.)
UpdateAsync  Update the runbook identified by runbook name. (see https://aka.ms/azureautomationsdk/runbookoperations for more information) (Defined by RunbookOperationsExtensions.)

Top

See Also

Reference

IRunbookOperations Interface
Microsoft.WindowsAzure.Management.Automation Namespace