RoleSize.WebWorkerResourceDiskSizeInMb Property

Optional. Resource disk drive size for the role size in PaaS deployment.

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

Usage

'Usage
Dim instance As RoleSize
Dim value As Integer

value = instance.WebWorkerResourceDiskSizeInMb

instance.WebWorkerResourceDiskSizeInMb = value

Syntax

'Declaration
Public Property WebWorkerResourceDiskSizeInMb As Integer
public int WebWorkerResourceDiskSizeInMb { get; set; }
public:
property int WebWorkerResourceDiskSizeInMb {
    int get ();
    void set (int value);
}
/** @property */
public int get_WebWorkerResourceDiskSizeInMb ()

/** @property */
public void set_WebWorkerResourceDiskSizeInMb (int value)
public function get WebWorkerResourceDiskSizeInMb () : int

public function set WebWorkerResourceDiskSizeInMb (value : int)

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

RoleSize Class
RoleSize Members
Microsoft.WindowsAzure.Management.Models.RoleSizeListResponse Namespace