RunbookDraftOperationsExtensions Class

 

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

System.Object
  Microsoft.WindowsAzure.Management.Automation.RunbookDraftOperationsExtensions

public static class RunbookDraftOperationsExtensions

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticBeginPublish(IRunbookDraftOperations, String, RunbookDraftPublishParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginPublishAsync(IRunbookDraftOperations, String, RunbookDraftPublishParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginUpdate(IRunbookDraftOperations, String, RunbookDraftUpdateParameters)

Updates the runbook draft with runbookStream as its content. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticBeginUpdateAsync(IRunbookDraftOperations, String, RunbookDraftUpdateParameters)

Updates the runbook draft with runbookStream as its content. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticContent(IRunbookDraftOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_staticContentAsync(IRunbookDraftOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_staticGet(IRunbookDraftOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(IRunbookDraftOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_staticPublish(IRunbookDraftOperations, String, RunbookDraftPublishParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticPublishAsync(IRunbookDraftOperations, String, RunbookDraftPublishParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticUndoEdit(IRunbookDraftOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_staticUndoEditAsync(IRunbookDraftOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_staticUpdate(IRunbookDraftOperations, String, RunbookDraftUpdateParameters)

Updates the runbook draft with runbookStream as its content. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticUpdateAsync(IRunbookDraftOperations, String, RunbookDraftUpdateParameters)

Updates the runbook draft with runbookStream as its content. (see http://aka.ms/azureautomationsdk/runbookdraftoperations 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: