AutomationAccountOperationsExtensions Class

Definition

Extension methods for AutomationAccountOperations.

public static class AutomationAccountOperationsExtensions
type AutomationAccountOperationsExtensions = class
Public Module AutomationAccountOperationsExtensions
Inheritance
AutomationAccountOperationsExtensions

Methods

CreateOrUpdate(IAutomationAccountOperations, String, AutomationAccountCreateOrUpdateParameters)
CreateOrUpdate(IAutomationAccountOperations, String, String, AutomationAccountCreateOrUpdateParameters)

Create or update automation account. http://aka.ms/azureautomationsdk/automationaccountoperations

CreateOrUpdateAsync(IAutomationAccountOperations, String, AutomationAccountCreateOrUpdateParameters)
CreateOrUpdateAsync(IAutomationAccountOperations, String, String, AutomationAccountCreateOrUpdateParameters, CancellationToken)

Create or update automation account. http://aka.ms/azureautomationsdk/automationaccountoperations

Delete(IAutomationAccountOperations, String, String)

Delete an automation account. http://aka.ms/azureautomationsdk/automationaccountoperations

DeleteAsync(IAutomationAccountOperations, String, String)
DeleteAsync(IAutomationAccountOperations, String, String, CancellationToken)

Delete an automation account. http://aka.ms/azureautomationsdk/automationaccountoperations

Get(IAutomationAccountOperations, String, String)

Get information about an Automation Account. http://aka.ms/azureautomationsdk/automationaccountoperations

GetAsync(IAutomationAccountOperations, String, String)
GetAsync(IAutomationAccountOperations, String, String, CancellationToken)

Get information about an Automation Account. http://aka.ms/azureautomationsdk/automationaccountoperations

List(IAutomationAccountOperations)

Lists the Automation Accounts within an Azure subscription.

List(IAutomationAccountOperations, String)
ListAsync(IAutomationAccountOperations, CancellationToken)

Lists the Automation Accounts within an Azure subscription.

ListAsync(IAutomationAccountOperations, String)
ListByResourceGroup(IAutomationAccountOperations, String)

Retrieve a list of accounts within a given resource group. http://aka.ms/azureautomationsdk/automationaccountoperations

ListByResourceGroupAsync(IAutomationAccountOperations, String, CancellationToken)

Retrieve a list of accounts within a given resource group. http://aka.ms/azureautomationsdk/automationaccountoperations

ListByResourceGroupNext(IAutomationAccountOperations, String)

Retrieve a list of accounts within a given resource group. http://aka.ms/azureautomationsdk/automationaccountoperations

ListByResourceGroupNextAsync(IAutomationAccountOperations, String, CancellationToken)

Retrieve a list of accounts within a given resource group. http://aka.ms/azureautomationsdk/automationaccountoperations

ListNext(IAutomationAccountOperations, String)

Lists the Automation Accounts within an Azure subscription.

ListNextAsync(IAutomationAccountOperations, String)
ListNextAsync(IAutomationAccountOperations, String, CancellationToken)

Lists the Automation Accounts within an Azure subscription.

Patch(IAutomationAccountOperations, String, AutomationAccountPatchParameters)
PatchAsync(IAutomationAccountOperations, String, AutomationAccountPatchParameters)
Update(IAutomationAccountOperations, String, String, AutomationAccountUpdateParameters)

Update an automation account. http://aka.ms/azureautomationsdk/automationaccountoperations

UpdateAsync(IAutomationAccountOperations, String, String, AutomationAccountUpdateParameters, CancellationToken)

Update an automation account. http://aka.ms/azureautomationsdk/automationaccountoperations

Applies to