VirtualMachineOSImageCreateParameters.IsPremium Property

 

Required. Indicates if the image contains software or associated services that will incur charges above the core price for the virtual machine.

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

Syntax

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

Property Value

Type: System.Boolean

See Also

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

Return to top