Share via


RunbookDraftOperationsExtensions 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.RunbookDraftOperationsExtensions

Syntax

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

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static BeginPublish(IRunbookDraftOperations, String, RunbookDraftPublishParameters)

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

System_CAPS_pubmethodSystem_CAPS_static BeginPublishAsync(IRunbookDraftOperations, String, RunbookDraftPublishParameters)

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

System_CAPS_pubmethodSystem_CAPS_static BeginUpdate(IRunbookDraftOperations, String, RunbookDraftUpdateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static BeginUpdateAsync(IRunbookDraftOperations, String, RunbookDraftUpdateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static Content(IRunbookDraftOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static ContentAsync(IRunbookDraftOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static Get(IRunbookDraftOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IRunbookDraftOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static Publish(IRunbookDraftOperations, String, RunbookDraftPublishParameters)

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

System_CAPS_pubmethodSystem_CAPS_static PublishAsync(IRunbookDraftOperations, String, RunbookDraftPublishParameters)

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

System_CAPS_pubmethodSystem_CAPS_static UndoEdit(IRunbookDraftOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static UndoEditAsync(IRunbookDraftOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static Update(IRunbookDraftOperations, String, RunbookDraftUpdateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static UpdateAsync(IRunbookDraftOperations, String, RunbookDraftUpdateParameters)

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