VirtualMachineOSImageCreateResponse.LogicalSizeInGB Property
Optional. The size, in GB, of the image.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public double LogicalSizeInGB { get; set; }
public:
property double LogicalSizeInGB {
double get();
void set(double value);
}
member LogicalSizeInGB : float with get, set
Public Property LogicalSizeInGB As Double
Property Value
Type: System.Double
See Also
VirtualMachineOSImageCreateResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top