Compartilhar via


Interface IRunbookOperations

 

Operação de serviço para runbooks de automação. (consulte https://aka.ms/azureautomationsdk/runbookoperations para obter mais informações)

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

Sintaxe

public interface IRunbookOperations
public interface class IRunbookOperations
type IRunbookOperations = interface end
Public Interface IRunbookOperations

Métodos

Nome Descrição
ContentAsync(String, String, CancellationToken)

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

CreateAsync(String, RunbookCreateParameters, CancellationToken)

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

CreateWithDraftAsync(String, RunbookCreateDraftParameters, CancellationToken)

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

DeleteAsync(String, String, CancellationToken)

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

GetAsync(String, String, CancellationToken)

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

ListAsync(String, CancellationToken)

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

ListNextAsync(String, CancellationToken)

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

UpdateAsync(String, RunbookUpdateParameters, CancellationToken)

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

Métodos de Extensão

Nome Descrição
Content(String, String)

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

ContentAsync(String, String)

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

Create(String, RunbookCreateParameters)

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

CreateAsync(String, RunbookCreateParameters)

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

CreateWithDraft(String, RunbookCreateDraftParameters)

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

CreateWithDraftAsync(String, RunbookCreateDraftParameters)

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

Delete(String, String)

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

DeleteAsync(String, String)

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

Get(String, String)

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

GetAsync(String, String)

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

List(String)

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

ListAsync(String)

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

ListNext(String)

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

ListNextAsync(String)

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

Update(String, RunbookUpdateParameters)

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

UpdateAsync(String, RunbookUpdateParameters)

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

Consulte também

Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo