Compartilhar via


VirtualMachineOSImageUpdateResponse.IsPremium Propriedade

 

Opcional. Indica se a imagem contém software ou serviços associados que incorrerão em encargos acima do preço principal para a máquina virtual.

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

Sintaxe

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)

Valor de propriedade

Type: System.Nullable<Boolean>

Consulte também

Classe VirtualMachineOSImageUpdateResponse
Namespace Microsoft.WindowsAzure.Management.Compute.Models

Retornar ao topo