IAutomationAccountOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Service operation for automation accounts. (see http://aka.ms/azureautomationsdk/automationaccountoperations for more information)
public interface IAutomationAccountOperations
type IAutomationAccountOperations = interface
Public Interface IAutomationAccountOperations
Methods
BeginCreateAsync(String, AutomationAccountCreateParameters, CancellationToken) |
Create an automation account. (see http://aka.ms/azureautomationsdk/automationaccountoperations for more information) |
BeginDeleteAsync(String, String, CancellationToken) |
Create an automation account. (see http://aka.ms/azureautomationsdk/automationaccountoperations for more information) |
CreateAsync(String, AutomationAccountCreateParameters, CancellationToken) |
Create an automation account. (see http://aka.ms/azureautomationsdk/automationaccountoperations for more information) |
DeleteAsync(String, String, CancellationToken) |
Create an automation account. (see http://aka.ms/azureautomationsdk/automationaccountoperations for more information) |
Extension Methods
Applies to
Azure SDK for .NET