Share via


VirtualMachineCreateParameters Constructor (String)

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

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

Usage

'Usage
Dim roleName As String

Dim instance As New VirtualMachineCreateParameters(roleName)

Syntax

'Declaration
Public Sub New ( _
    roleName As String _
)
public VirtualMachineCreateParameters (
    string roleName
)
public:
VirtualMachineCreateParameters (
    String^ roleName
)
public VirtualMachineCreateParameters (
    String roleName
)
public function VirtualMachineCreateParameters (
    roleName : String
)

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

VirtualMachineCreateParameters Class
VirtualMachineCreateParameters Members
Microsoft.WindowsAzure.Management.Compute.Models Namespace