VirtualMachineImageUpdateParameters.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 VirtualMachineImageUpdateParameters
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 and Windows Server 2008

Target Platforms

See Also

Reference

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