RunbookOperationsExtensions Class

 

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Automation.RunbookOperationsExtensions

Syntax

public static class RunbookOperationsExtensions
[ExtensionAttribute]
public ref class RunbookOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type RunbookOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class RunbookOperationsExtensions

Methods

Name Description
Content(IRunbookOperations, String, String)

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

ContentAsync(IRunbookOperations, String, String)

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

Create(IRunbookOperations, String, RunbookCreateParameters)

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

CreateAsync(IRunbookOperations, String, RunbookCreateParameters)

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

CreateWithDraft(IRunbookOperations, String, RunbookCreateDraftParameters)

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

CreateWithDraftAsync(IRunbookOperations, String, RunbookCreateDraftParameters)

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

Delete(IRunbookOperations, String, String)

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

DeleteAsync(IRunbookOperations, String, String)

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

Get(IRunbookOperations, String, String)

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

GetAsync(IRunbookOperations, String, String)

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

List(IRunbookOperations, String)

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

ListAsync(IRunbookOperations, String)

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

ListNext(IRunbookOperations, String)

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

ListNextAsync(IRunbookOperations, String)

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

Update(IRunbookOperations, String, RunbookUpdateParameters)

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

UpdateAsync(IRunbookOperations, String, RunbookUpdateParameters)

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Automation Namespace

Return to top