Share via


AutomationAccountOperationsExtensions Class

 

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Automation.AutomationAccountOperationsExtensions

Syntax

public static class AutomationAccountOperationsExtensions
[ExtensionAttribute]
public ref class AutomationAccountOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type AutomationAccountOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class AutomationAccountOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static BeginCreate(IAutomationAccountOperations, String, AutomationAccountCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static BeginCreateAsync(IAutomationAccountOperations, String, AutomationAccountCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static BeginDelete(IAutomationAccountOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static BeginDeleteAsync(IAutomationAccountOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static Create(IAutomationAccountOperations, String, AutomationAccountCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IAutomationAccountOperations, String, AutomationAccountCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static Delete(IAutomationAccountOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IAutomationAccountOperations, String, String)

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Automation Namespace

Return to top