RunbookOperationsExtensions Class

 

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

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

[ExtensionAttribute]
public ref class RunbookOperationsExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticContent(IRunbookOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticContentAsync(IRunbookOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticCreate(IRunbookOperations^, String^, RunbookCreateParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(IRunbookOperations^, String^, RunbookCreateParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateWithDraft(IRunbookOperations^, String^, RunbookCreateDraftParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateWithDraftAsync(IRunbookOperations^, String^, RunbookCreateDraftParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticDelete(IRunbookOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(IRunbookOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticGet(IRunbookOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(IRunbookOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticList(IRunbookOperations^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticListAsync(IRunbookOperations^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticListNext(IRunbookOperations^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticListNextAsync(IRunbookOperations^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticUpdate(IRunbookOperations^, String^, RunbookUpdateParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticUpdateAsync(IRunbookOperations^, String^, RunbookUpdateParameters^)

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

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

Return to top
Show: