VirtualMachineOSImageListResponse.VirtualMachineOSImage.IsPremium Property

 

Optional. Indicates whether the image contains software or associated services that will incur charges above the core price for the virtual machine. For additional details, see the PricingDetailLink element.

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

Syntax

public Nullable<bool> IsPremium { get; set; }
public:
property Nullable<bool> IsPremium {
    Nullable<bool> get();
    void set(Nullable<bool> value);
}
member IsPremium : Nullable<bool> with get, set
Public Property IsPremium As Nullable(Of Boolean)

Property Value

Type: System.Nullable<Boolean>

See Also

VirtualMachineOSImageListResponse.VirtualMachineOSImage Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top