Share via


IRunbookOperations Rozhraní

Definice

RunbookOperations operace.

public interface IRunbookOperations
type IRunbookOperations = interface
Public Interface IRunbookOperations

Metody

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

Publikování konceptu runbooku http://aka.ms/azureautomationsdk/runbookdraftoperations

ContentAsync(String, String, String, CancellationToken)

RunbookOperations operace.

CreateOrUpdateAsync(String, String, RunbookCreateOrUpdateParameters, CancellationToken)

RunbookOperations operace.

CreateOrUpdateWithDraftAsync(String, String, RunbookCreateOrUpdateDraftParameters, CancellationToken)

RunbookOperations operace.

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

Vytvořte runbook identifikovaný názvem runbooku. http://aka.ms/azureautomationsdk/runbookoperations

DeleteAsync(String, String, String, CancellationToken)

RunbookOperations operace.

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

Odstraňte runbook podle názvu. http://aka.ms/azureautomationsdk/runbookoperations

GetAsync(String, String, String, CancellationToken)

RunbookOperations operace.

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

Načtěte obsah sady Runbook identifikovaný názvem runbooku. http://aka.ms/azureautomationsdk/runbookoperations

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

Načtěte runbook identifikovaný názvem runbooku. http://aka.ms/azureautomationsdk/runbookoperations

ListAsync(String, String, CancellationToken)

RunbookOperations operace.

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

Načte seznam runbooků. http://aka.ms/azureautomationsdk/runbookoperations

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

Načte seznam runbooků. http://aka.ms/azureautomationsdk/runbookoperations

ListNextAsync(String, CancellationToken)

RunbookOperations operace.

PatchAsync(String, String, RunbookPatchParameters, CancellationToken)

RunbookOperations operace.

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

Publikování konceptu runbooku http://aka.ms/azureautomationsdk/runbookdraftoperations

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

Aktualizujte runbook identifikovaný podle názvu runbooku. http://aka.ms/azureautomationsdk/runbookoperations

Metody rozšíření

BeginPublish(IRunbookOperations, String, String, String)

Publikování konceptu runbooku http://aka.ms/azureautomationsdk/runbookdraftoperations

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

Publikování konceptu runbooku http://aka.ms/azureautomationsdk/runbookdraftoperations

Content(IRunbookOperations, String, String, String)

RunbookOperations operace.

ContentAsync(IRunbookOperations, String, String, String)

RunbookOperations operace.

CreateOrUpdate(IRunbookOperations, String, String, RunbookCreateOrUpdateParameters)

RunbookOperations operace.

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

Vytvořte runbook identifikovaný názvem runbooku. http://aka.ms/azureautomationsdk/runbookoperations

CreateOrUpdateAsync(IRunbookOperations, String, String, RunbookCreateOrUpdateParameters)

RunbookOperations operace.

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

Vytvořte runbook identifikovaný názvem runbooku. http://aka.ms/azureautomationsdk/runbookoperations

CreateOrUpdateWithDraft(IRunbookOperations, String, String, RunbookCreateOrUpdateDraftParameters)

RunbookOperations operace.

CreateOrUpdateWithDraftAsync(IRunbookOperations, String, String, RunbookCreateOrUpdateDraftParameters)

RunbookOperations operace.

Delete(IRunbookOperations, String, String, String)

Odstraňte runbook podle názvu. http://aka.ms/azureautomationsdk/runbookoperations

DeleteAsync(IRunbookOperations, String, String, String)

RunbookOperations operace.

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

Odstraňte runbook podle názvu. http://aka.ms/azureautomationsdk/runbookoperations

Get(IRunbookOperations, String, String, String)

Načtěte runbook identifikovaný názvem runbooku. http://aka.ms/azureautomationsdk/runbookoperations

GetAsync(IRunbookOperations, String, String, String)

RunbookOperations operace.

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

Načtěte runbook identifikovaný názvem runbooku. http://aka.ms/azureautomationsdk/runbookoperations

GetContent(IRunbookOperations, String, String, String)

Načtěte obsah sady Runbook identifikovaný názvem runbooku. http://aka.ms/azureautomationsdk/runbookoperations

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

Načtěte obsah sady Runbook identifikovaný názvem runbooku. http://aka.ms/azureautomationsdk/runbookoperations

List(IRunbookOperations, String, String)

RunbookOperations operace.

ListAsync(IRunbookOperations, String, String)

RunbookOperations operace.

ListByAutomationAccount(IRunbookOperations, String, String)

Načte seznam runbooků. http://aka.ms/azureautomationsdk/runbookoperations

ListByAutomationAccountAsync(IRunbookOperations, String, String, CancellationToken)

Načte seznam runbooků. http://aka.ms/azureautomationsdk/runbookoperations

ListByAutomationAccountNext(IRunbookOperations, String)

Načte seznam runbooků. http://aka.ms/azureautomationsdk/runbookoperations

ListByAutomationAccountNextAsync(IRunbookOperations, String, CancellationToken)

Načte seznam runbooků. http://aka.ms/azureautomationsdk/runbookoperations

ListNext(IRunbookOperations, String)

RunbookOperations operace.

ListNextAsync(IRunbookOperations, String)

RunbookOperations operace.

Patch(IRunbookOperations, String, String, RunbookPatchParameters)

RunbookOperations operace.

PatchAsync(IRunbookOperations, String, String, RunbookPatchParameters)

RunbookOperations operace.

Publish(IRunbookOperations, String, String, String)

Publikování konceptu runbooku http://aka.ms/azureautomationsdk/runbookdraftoperations

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

Publikování konceptu runbooku http://aka.ms/azureautomationsdk/runbookdraftoperations

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

Aktualizujte runbook identifikovaný podle názvu runbooku. http://aka.ms/azureautomationsdk/runbookoperations

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

Aktualizujte runbook identifikovaný podle názvu runbooku. http://aka.ms/azureautomationsdk/runbookoperations

Platí pro