Share via


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
System_CAPS_pubmethodSystem_CAPS_static Content(IRunbookOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static ContentAsync(IRunbookOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static Create(IRunbookOperations, String, RunbookCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IRunbookOperations, String, RunbookCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static CreateWithDraft(IRunbookOperations, String, RunbookCreateDraftParameters)

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

System_CAPS_pubmethodSystem_CAPS_static CreateWithDraftAsync(IRunbookOperations, String, RunbookCreateDraftParameters)

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

System_CAPS_pubmethodSystem_CAPS_static Delete(IRunbookOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IRunbookOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static Get(IRunbookOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IRunbookOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static List(IRunbookOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IRunbookOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListNext(IRunbookOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListNextAsync(IRunbookOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static Update(IRunbookOperations, String, RunbookUpdateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static 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