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)

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

type VirtualMachineCreateParameters = class end

NameDescription
System_CAPS_pubmethodVirtualMachineCreateParameters()

Initializes a new instance of the VirtualMachineCreateParameters class.

System_CAPS_pubmethodVirtualMachineCreateParameters(String)

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

NameDescription
System_CAPS_pubpropertyAvailabilitySetName

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

System_CAPS_pubpropertyConfigurationSets

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

System_CAPS_pubpropertyDataVirtualHardDisks

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_pubpropertyMediaLocation

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

System_CAPS_pubpropertyOSVirtualHardDisk

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_pubpropertyProvisionGuestAgent

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_pubpropertyResourceExtensionReferences

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_pubpropertyRoleName

Gets or sets the name of the Virtual Machine.

System_CAPS_pubpropertyRoleSize

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

System_CAPS_pubpropertyVMImageName

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.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: