Compartilhar via


Classe RunbookOperationsExtensions

 

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

Hierarquia de herança

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

Sintaxe

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

Métodos

Nome Descrição
Content(IRunbookOperations, String, String)

Recupere o conteúdo de runbook identificado pelo nome do runbook. (consulte https://aka.ms/azureautomationsdk/runbookoperations para obter mais informações)

ContentAsync(IRunbookOperations, String, String)

Recupere o conteúdo de runbook identificado pelo nome do runbook. (consulte https://aka.ms/azureautomationsdk/runbookoperations para obter mais informações)

Create(IRunbookOperations, String, RunbookCreateParameters)

Crie o runbook identificado pelo nome do runbook. (consulte https://aka.ms/azureautomationsdk/runbookoperations para obter mais informações)

CreateAsync(IRunbookOperations, String, RunbookCreateParameters)

Crie o runbook identificado pelo nome do runbook. (consulte https://aka.ms/azureautomationsdk/runbookoperations para obter mais informações)

CreateWithDraft(IRunbookOperations, String, RunbookCreateDraftParameters)

Crie o runbook identificado pelo nome do runbook. (consulte https://aka.ms/azureautomationsdk/runbookoperations para obter mais informações)

CreateWithDraftAsync(IRunbookOperations, String, RunbookCreateDraftParameters)

Crie o runbook identificado pelo nome do runbook. (consulte https://aka.ms/azureautomationsdk/runbookoperations para obter mais informações)

Delete(IRunbookOperations, String, String)

Exclua o runbook por nome. (consulte https://aka.ms/azureautomationsdk/runbookoperations para obter mais informações)

DeleteAsync(IRunbookOperations, String, String)

Exclua o runbook por nome. (consulte https://aka.ms/azureautomationsdk/runbookoperations para obter mais informações)

Get(IRunbookOperations, String, String)

Recupere o runbook identificado pelo nome do runbook. (consulte https://aka.ms/azureautomationsdk/runbookoperations para obter mais informações)

GetAsync(IRunbookOperations, String, String)

Recupere o runbook identificado pelo nome do runbook. (consulte https://aka.ms/azureautomationsdk/runbookoperations para obter mais informações)

List(IRunbookOperations, String)

Recupere uma lista de runbooks. (consulte https://aka.ms/azureautomationsdk/runbookoperations para obter mais informações)

ListAsync(IRunbookOperations, String)

Recupere uma lista de runbooks. (consulte https://aka.ms/azureautomationsdk/runbookoperations para obter mais informações)

ListNext(IRunbookOperations, String)

Recupere uma lista próxima de runbooks. (consulte https://aka.ms/azureautomationsdk/runbookoperations para obter mais informações)

ListNextAsync(IRunbookOperations, String)

Recupere uma lista próxima de runbooks. (consulte https://aka.ms/azureautomationsdk/runbookoperations para obter mais informações)

Update(IRunbookOperations, String, RunbookUpdateParameters)

Atualize o runbook identificado pelo nome do runbook. (consulte https://aka.ms/azureautomationsdk/runbookoperations para obter mais informações)

UpdateAsync(IRunbookOperations, String, RunbookUpdateParameters)

Atualize o runbook identificado pelo nome do runbook. (consulte https://aka.ms/azureautomationsdk/runbookoperations para obter mais informações)

Acesso thread-safe

Qualquer estático público (Compartilhado no Visual Basic) membros desde tipo são thread safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo