Share via


AutomationAccountCreateParameters Constructor (String, CloudServiceSettings)

Initializes a new instance of the AutomationAccountCreateParameters class with required arguments.

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

Usage

'Usage
Dim name As String
Dim cloudServiceSettings As CloudServiceSettings

Dim instance As New AutomationAccountCreateParameters(name, cloudServiceSettings)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    cloudServiceSettings As CloudServiceSettings _
)
public AutomationAccountCreateParameters (
    string name,
    CloudServiceSettings cloudServiceSettings
)
public:
AutomationAccountCreateParameters (
    String^ name, 
    CloudServiceSettings^ cloudServiceSettings
)
public AutomationAccountCreateParameters (
    String name, 
    CloudServiceSettings cloudServiceSettings
)
public function AutomationAccountCreateParameters (
    name : String, 
    cloudServiceSettings : CloudServiceSettings
)

Remarks

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

AutomationAccountCreateParameters Class
AutomationAccountCreateParameters Members
Microsoft.WindowsAzure.Management.Automation.Models Namespace