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)

Syntax

public AutomationAccountCreateParameters(
    string name,
    CloudServiceSettings cloudServiceSettings
)
public:
AutomationAccountCreateParameters(
    String^ name,
    CloudServiceSettings^ cloudServiceSettings
)
new : 
        name:string *
        cloudServiceSettings:CloudServiceSettings -> AutomationAccountCreateParameters
Public Sub New (
    name As String,
    cloudServiceSettings As CloudServiceSettings
)

See Also

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

Return to top