Compartilhar via


IRunbookOperations Interface

Definição

Operações runbookOperations.

public interface IRunbookOperations
type IRunbookOperations = interface
Public Interface IRunbookOperations

Métodos

BeginPublishWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Publicar rascunho do runbook. http://aka.ms/azureautomationsdk/runbookdraftoperations

ContentAsync(String, String, String, CancellationToken)

Operações runbookOperations.

CreateOrUpdateAsync(String, String, RunbookCreateOrUpdateParameters, CancellationToken)

Operações runbookOperations.

CreateOrUpdateWithDraftAsync(String, String, RunbookCreateOrUpdateDraftParameters, CancellationToken)

Operações runbookOperations.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, RunbookCreateOrUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Crie o runbook identificado pelo nome do runbook. http://aka.ms/azureautomationsdk/runbookoperations

DeleteAsync(String, String, String, CancellationToken)

Operações runbookOperations.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Exclua o runbook por nome. http://aka.ms/azureautomationsdk/runbookoperations

GetAsync(String, String, String, CancellationToken)

Operações runbookOperations.

GetContentWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Recupere o conteúdo do runbook identificado pelo nome do runbook. http://aka.ms/azureautomationsdk/runbookoperations

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Recupere o runbook identificado pelo nome do runbook. http://aka.ms/azureautomationsdk/runbookoperations

ListAsync(String, String, CancellationToken)

Operações runbookOperations.

ListByAutomationAccountNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Recupere uma lista de runbooks. http://aka.ms/azureautomationsdk/runbookoperations

ListByAutomationAccountWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Recupere uma lista de runbooks. http://aka.ms/azureautomationsdk/runbookoperations

ListNextAsync(String, CancellationToken)

Operações runbookOperations.

PatchAsync(String, String, RunbookPatchParameters, CancellationToken)

Operações runbookOperations.

PublishWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Publicar rascunho do runbook. http://aka.ms/azureautomationsdk/runbookdraftoperations

UpdateWithHttpMessagesAsync(String, String, String, RunbookUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Atualize o runbook identificado pelo nome do runbook. http://aka.ms/azureautomationsdk/runbookoperations

Métodos de Extensão

BeginPublish(IRunbookOperations, String, String, String)

Publicar rascunho do runbook. http://aka.ms/azureautomationsdk/runbookdraftoperations

BeginPublishAsync(IRunbookOperations, String, String, String, CancellationToken)

Publicar rascunho do runbook. http://aka.ms/azureautomationsdk/runbookdraftoperations

Content(IRunbookOperations, String, String, String)

Operações runbookOperations.

ContentAsync(IRunbookOperations, String, String, String)

Operações runbookOperations.

CreateOrUpdate(IRunbookOperations, String, String, RunbookCreateOrUpdateParameters)

Operações runbookOperations.

CreateOrUpdate(IRunbookOperations, String, String, String, RunbookCreateOrUpdateParameters)

Crie o runbook identificado pelo nome do runbook. http://aka.ms/azureautomationsdk/runbookoperations

CreateOrUpdateAsync(IRunbookOperations, String, String, RunbookCreateOrUpdateParameters)

Operações runbookOperations.

CreateOrUpdateAsync(IRunbookOperations, String, String, String, RunbookCreateOrUpdateParameters, CancellationToken)

Crie o runbook identificado pelo nome do runbook. http://aka.ms/azureautomationsdk/runbookoperations

CreateOrUpdateWithDraft(IRunbookOperations, String, String, RunbookCreateOrUpdateDraftParameters)

Operações runbookOperations.

CreateOrUpdateWithDraftAsync(IRunbookOperations, String, String, RunbookCreateOrUpdateDraftParameters)

Operações runbookOperations.

Delete(IRunbookOperations, String, String, String)

Exclua o runbook por nome. http://aka.ms/azureautomationsdk/runbookoperations

DeleteAsync(IRunbookOperations, String, String, String)

Operações runbookOperations.

DeleteAsync(IRunbookOperations, String, String, String, CancellationToken)

Exclua o runbook por nome. http://aka.ms/azureautomationsdk/runbookoperations

Get(IRunbookOperations, String, String, String)

Recupere o runbook identificado pelo nome do runbook. http://aka.ms/azureautomationsdk/runbookoperations

GetAsync(IRunbookOperations, String, String, String)

Operações runbookOperations.

GetAsync(IRunbookOperations, String, String, String, CancellationToken)

Recupere o runbook identificado pelo nome do runbook. http://aka.ms/azureautomationsdk/runbookoperations

GetContent(IRunbookOperations, String, String, String)

Recupere o conteúdo do runbook identificado pelo nome do runbook. http://aka.ms/azureautomationsdk/runbookoperations

GetContentAsync(IRunbookOperations, String, String, String, CancellationToken)

Recupere o conteúdo do runbook identificado pelo nome do runbook. http://aka.ms/azureautomationsdk/runbookoperations

List(IRunbookOperations, String, String)

Operações runbookOperations.

ListAsync(IRunbookOperations, String, String)

Operações runbookOperations.

ListByAutomationAccount(IRunbookOperations, String, String)

Recupere uma lista de runbooks. http://aka.ms/azureautomationsdk/runbookoperations

ListByAutomationAccountAsync(IRunbookOperations, String, String, CancellationToken)

Recupere uma lista de runbooks. http://aka.ms/azureautomationsdk/runbookoperations

ListByAutomationAccountNext(IRunbookOperations, String)

Recupere uma lista de runbooks. http://aka.ms/azureautomationsdk/runbookoperations

ListByAutomationAccountNextAsync(IRunbookOperations, String, CancellationToken)

Recupere uma lista de runbooks. http://aka.ms/azureautomationsdk/runbookoperations

ListNext(IRunbookOperations, String)

Operações runbookOperations.

ListNextAsync(IRunbookOperations, String)

Operações runbookOperations.

Patch(IRunbookOperations, String, String, RunbookPatchParameters)

Operações runbookOperations.

PatchAsync(IRunbookOperations, String, String, RunbookPatchParameters)

Operações runbookOperations.

Publish(IRunbookOperations, String, String, String)

Publicar rascunho do runbook. http://aka.ms/azureautomationsdk/runbookdraftoperations

PublishAsync(IRunbookOperations, String, String, String, CancellationToken)

Publicar rascunho do runbook. http://aka.ms/azureautomationsdk/runbookdraftoperations

Update(IRunbookOperations, String, String, String, RunbookUpdateParameters)

Atualize o runbook identificado pelo nome do runbook. http://aka.ms/azureautomationsdk/runbookoperations

UpdateAsync(IRunbookOperations, String, String, String, RunbookUpdateParameters, CancellationToken)

Atualize o runbook identificado pelo nome do runbook. http://aka.ms/azureautomationsdk/runbookoperations

Aplica-se a