Compartilhar via


Construtor AutomationAccountCreateParameters (String, CloudServiceSettings)

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

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

Uso

'Uso
Dim name As String
Dim cloudServiceSettings As CloudServiceSettings

Dim instance As New AutomationAccountCreateParameters(name, cloudServiceSettings)

Sintaxe

'Declaração
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
)

Comentários

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe AutomationAccountCreateParameters
Membros AutomationAccountCreateParameters
Namespace Microsoft.WindowsAzure.Management.Automation.Models