IAutomationAccountOperations Interface

 

Service operation for automation accounts. (see http://aka.ms/azureautomationsdk/automationaccountoperations for more information)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

type IAutomationAccountOperations = interface end

NameDescription
System_CAPS_pubmethodBeginCreateAsync(String, AutomationAccountCreateParameters, CancellationToken)

Create an automation account. (see http://aka.ms/azureautomationsdk/automationaccountoperations for more information)

System_CAPS_pubmethodBeginDeleteAsync(String, String, CancellationToken)

Create an automation account. (see http://aka.ms/azureautomationsdk/automationaccountoperations for more information)

System_CAPS_pubmethodCreateAsync(String, AutomationAccountCreateParameters, CancellationToken)

Create an automation account. (see http://aka.ms/azureautomationsdk/automationaccountoperations for more information)

System_CAPS_pubmethodDeleteAsync(String, String, CancellationToken)

Create an automation account. (see http://aka.ms/azureautomationsdk/automationaccountoperations for more information)

NameDescription
System_CAPS_pubmethodBeginCreate(String, AutomationAccountCreateParameters)

Create an automation account. (see http://aka.ms/azureautomationsdk/automationaccountoperations for more information)(Defined by AutomationAccountOperationsExtensions.)

System_CAPS_pubmethodBeginCreateAsync(String, AutomationAccountCreateParameters)

Create an automation account. (see http://aka.ms/azureautomationsdk/automationaccountoperations for more information)(Defined by AutomationAccountOperationsExtensions.)

System_CAPS_pubmethodBeginDelete(String, String)

Create an automation account. (see http://aka.ms/azureautomationsdk/automationaccountoperations for more information)(Defined by AutomationAccountOperationsExtensions.)

System_CAPS_pubmethodBeginDeleteAsync(String, String)

Create an automation account. (see http://aka.ms/azureautomationsdk/automationaccountoperations for more information)(Defined by AutomationAccountOperationsExtensions.)

System_CAPS_pubmethodCreate(String, AutomationAccountCreateParameters)

Create an automation account. (see http://aka.ms/azureautomationsdk/automationaccountoperations for more information)(Defined by AutomationAccountOperationsExtensions.)

System_CAPS_pubmethodCreateAsync(String, AutomationAccountCreateParameters)

Create an automation account. (see http://aka.ms/azureautomationsdk/automationaccountoperations for more information)(Defined by AutomationAccountOperationsExtensions.)

System_CAPS_pubmethodDelete(String, String)

Create an automation account. (see http://aka.ms/azureautomationsdk/automationaccountoperations for more information)(Defined by AutomationAccountOperationsExtensions.)

System_CAPS_pubmethodDeleteAsync(String, String)

Create an automation account. (see http://aka.ms/azureautomationsdk/automationaccountoperations for more information)(Defined by AutomationAccountOperationsExtensions.)

Return to top
Show: