IRunbookOperations Interfaz

Definición

Operaciones runbookOperations.

public interface IRunbookOperations
type IRunbookOperations = interface
Public Interface IRunbookOperations

Métodos

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

Publicar borrador de runbook. http://aka.ms/azureautomationsdk/runbookdraftoperations

ContentAsync(String, String, String, CancellationToken)

Operaciones runbookOperations.

CreateOrUpdateAsync(String, String, RunbookCreateOrUpdateParameters, CancellationToken)

Operaciones runbookOperations.

CreateOrUpdateWithDraftAsync(String, String, RunbookCreateOrUpdateDraftParameters, CancellationToken)

Operaciones runbookOperations.

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

Cree el runbook identificado por el nombre del runbook. http://aka.ms/azureautomationsdk/runbookoperations

DeleteAsync(String, String, String, CancellationToken)

Operaciones runbookOperations.

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

Elimine el runbook por nombre. http://aka.ms/azureautomationsdk/runbookoperations

GetAsync(String, String, String, CancellationToken)

Operaciones runbookOperations.

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

Recupere el contenido del runbook identificado por el nombre del runbook. http://aka.ms/azureautomationsdk/runbookoperations

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

Recupere el runbook identificado por el nombre del runbook. http://aka.ms/azureautomationsdk/runbookoperations

ListAsync(String, String, CancellationToken)

Operaciones runbookOperations.

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

Recuperar una lista de runbooks. http://aka.ms/azureautomationsdk/runbookoperations

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

Recuperar una lista de runbooks. http://aka.ms/azureautomationsdk/runbookoperations

ListNextAsync(String, CancellationToken)

Operaciones runbookOperations.

PatchAsync(String, String, RunbookPatchParameters, CancellationToken)

Operaciones runbookOperations.

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

Publicar borrador de runbook. http://aka.ms/azureautomationsdk/runbookdraftoperations

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

Actualice el runbook identificado por el nombre del runbook. http://aka.ms/azureautomationsdk/runbookoperations

Métodos de extensión

BeginPublish(IRunbookOperations, String, String, String)

Publicar borrador de runbook. http://aka.ms/azureautomationsdk/runbookdraftoperations

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

Publicar borrador de runbook. http://aka.ms/azureautomationsdk/runbookdraftoperations

Content(IRunbookOperations, String, String, String)

Operaciones runbookOperations.

ContentAsync(IRunbookOperations, String, String, String)

Operaciones runbookOperations.

CreateOrUpdate(IRunbookOperations, String, String, RunbookCreateOrUpdateParameters)

Operaciones runbookOperations.

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

Cree el runbook identificado por el nombre del runbook. http://aka.ms/azureautomationsdk/runbookoperations

CreateOrUpdateAsync(IRunbookOperations, String, String, RunbookCreateOrUpdateParameters)

Operaciones runbookOperations.

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

Cree el runbook identificado por el nombre del runbook. http://aka.ms/azureautomationsdk/runbookoperations

CreateOrUpdateWithDraft(IRunbookOperations, String, String, RunbookCreateOrUpdateDraftParameters)

Operaciones runbookOperations.

CreateOrUpdateWithDraftAsync(IRunbookOperations, String, String, RunbookCreateOrUpdateDraftParameters)

Operaciones runbookOperations.

Delete(IRunbookOperations, String, String, String)

Elimine el runbook por nombre. http://aka.ms/azureautomationsdk/runbookoperations

DeleteAsync(IRunbookOperations, String, String, String)

Operaciones runbookOperations.

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

Elimine el runbook por nombre. http://aka.ms/azureautomationsdk/runbookoperations

Get(IRunbookOperations, String, String, String)

Recupere el runbook identificado por el nombre del runbook. http://aka.ms/azureautomationsdk/runbookoperations

GetAsync(IRunbookOperations, String, String, String)

Operaciones runbookOperations.

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

Recupere el runbook identificado por el nombre del runbook. http://aka.ms/azureautomationsdk/runbookoperations

GetContent(IRunbookOperations, String, String, String)

Recupere el contenido del runbook identificado por el nombre del runbook. http://aka.ms/azureautomationsdk/runbookoperations

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

Recupere el contenido del runbook identificado por el nombre del runbook. http://aka.ms/azureautomationsdk/runbookoperations

List(IRunbookOperations, String, String)

Operaciones runbookOperations.

ListAsync(IRunbookOperations, String, String)

Operaciones runbookOperations.

ListByAutomationAccount(IRunbookOperations, String, String)

Recuperar una lista de runbooks. http://aka.ms/azureautomationsdk/runbookoperations

ListByAutomationAccountAsync(IRunbookOperations, String, String, CancellationToken)

Recuperar una lista de runbooks. http://aka.ms/azureautomationsdk/runbookoperations

ListByAutomationAccountNext(IRunbookOperations, String)

Recuperar una lista de runbooks. http://aka.ms/azureautomationsdk/runbookoperations

ListByAutomationAccountNextAsync(IRunbookOperations, String, CancellationToken)

Recuperar una lista de runbooks. http://aka.ms/azureautomationsdk/runbookoperations

ListNext(IRunbookOperations, String)

Operaciones runbookOperations.

ListNextAsync(IRunbookOperations, String)

Operaciones runbookOperations.

Patch(IRunbookOperations, String, String, RunbookPatchParameters)

Operaciones runbookOperations.

PatchAsync(IRunbookOperations, String, String, RunbookPatchParameters)

Operaciones runbookOperations.

Publish(IRunbookOperations, String, String, String)

Publicar borrador de runbook. http://aka.ms/azureautomationsdk/runbookdraftoperations

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

Publicar borrador de runbook. http://aka.ms/azureautomationsdk/runbookdraftoperations

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

Actualice el runbook identificado por el nombre del runbook. http://aka.ms/azureautomationsdk/runbookoperations

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

Actualice el runbook identificado por el nombre del runbook. http://aka.ms/azureautomationsdk/runbookoperations

Se aplica a