VirtualMachineCreateParameters Class

 

Represents the parameters that are used to create a Virtual Machine.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters

Syntax

public class VirtualMachineCreateParameters
public ref class VirtualMachineCreateParameters 
type VirtualMachineCreateParameters = class end
Public Class VirtualMachineCreateParameters

Constructors

Name Description
System_CAPS_pubmethod VirtualMachineCreateParameters()

Initializes a new instance of the VirtualMachineCreateParameters class.

System_CAPS_pubmethod VirtualMachineCreateParameters(String)

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

Properties

Name Description
System_CAPS_pubproperty AvailabilitySetName

Gets or sets the name of an availability set to which the Virtual Machine should be added.

System_CAPS_pubproperty ConfigurationSets

Gets or sets a collection of ConfigurationSet objects that define the system and application configuration settings for a Virtual Machine.

System_CAPS_pubproperty DataVirtualHardDisks

Gets or sets a collection of DataVirtualHardDisk objects that define the parameters that are used to add data disks to a Virtual Machine.

System_CAPS_pubproperty MediaLocation

Optional. Location where VMImage VHDs should be copied, for published VMImages.

System_CAPS_pubproperty OSVirtualHardDisk

Gets or sets an OSVirtualHardDisk object that defines the parameters that are used to create the operating system disk for a Virtual Machine.

System_CAPS_pubproperty ProvisionGuestAgent

Optional. Indicates whether the WindowsAzureGuestAgent service is installed on the Virtual Machine. To run a resource extension in a Virtual Machine, this service must be installed.

System_CAPS_pubproperty ResourceExtensionReferences

Optional. Contains a collection of resource extensions that are to be installed on the Virtual Machine. This element is used if ProvisionGuestAgent is set to true.

System_CAPS_pubproperty RoleName

Gets or sets the name of the Virtual Machine.

System_CAPS_pubproperty RoleSize

Gets or sets a VirtualMachineRoleSize value that specifies the size of the Virtual Machine.

System_CAPS_pubproperty VMImageName

Optional. Name of the VMImage from which this Role is to be created. If the OSDisk in the VMImage was Specialized, then no WindowsProvisioningConfigurationSet or LinuxProvisioningConfigurationSet should be provided. No OSVirtualHardDisk or DataVirtualHardDisk should be specified when using this argument.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.Compute.Models Namespace

Return to top