VirtualMachineImageCreateParameters.RecommendedVMSize Property

Gets or sets a VirtualMachineRoleSize value that specifies the size to use for the Virtual Machine that is created from the operating system image.

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

Usage

'Usage
Dim instance As VirtualMachineImageCreateParameters
Dim value As Nullable(Of VirtualMachineRoleSize)

value = instance.RecommendedVMSize

instance.RecommendedVMSize = value

Syntax

'Declaration
Public Property RecommendedVMSize As Nullable(Of VirtualMachineRoleSize)
public Nullable<VirtualMachineRoleSize> RecommendedVMSize { get; set; }
public:
property Nullable<VirtualMachineRoleSize> RecommendedVMSize {
    Nullable<VirtualMachineRoleSize> get ();
    void set (Nullable<VirtualMachineRoleSize> value);
}
/** @property */
public Nullable<VirtualMachineRoleSize> get_RecommendedVMSize ()

/** @property */
public void set_RecommendedVMSize (Nullable<VirtualMachineRoleSize> value)
public function get RecommendedVMSize () : Nullable<VirtualMachineRoleSize>

public function set RecommendedVMSize (value : Nullable<VirtualMachineRoleSize>)

Property Value

A VirtualMachineRoleSize value.

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.

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

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