VirtualMachineDiskListResponse::VirtualMachineDisk::IsPremium Property

 

Gets or sets whether the image contained on the disk is a premium image.

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

public:
property Nullable<bool> IsPremium {
	Nullable<bool> get();
	void set(Nullable<bool> value);
}

Property Value

Type: System::Nullable<Boolean>

true if it is a premium image; otherwise, false.

Return to top
Show: