ExtensionLocalResourceConfiguration.SizeInMB Property

 

Optional. Optional. Size (in MB) of the local resource entry.

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

Syntax

public Nullable<int> SizeInMB { get; set; }
public:
property Nullable<int> SizeInMB {
    Nullable<int> get();
    void set(Nullable<int> value);
}
member SizeInMB : Nullable<int> with get, set
Public Property SizeInMB As Nullable(Of Integer)

Property Value

Type: System.Nullable<Int32>

See Also

ExtensionLocalResourceConfiguration Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top