VirtualMachineOSImageUpdateParameters.ShowInGui Propriedade
Opcional. Quando publicado, deve essa imagem aparecer na Galeria de imagens do azure do windows ou não. True por padrão.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (em Microsoft.WindowsAzure.Management.Compute.dll)
Sintaxe
public Nullable<bool> ShowInGui { get; set; }
public:
property Nullable<bool> ShowInGui {
Nullable<bool> get();
void set(Nullable<bool> value);
}
member ShowInGui : Nullable<bool> with get, set
Public Property ShowInGui As Nullable(Of Boolean)
Valor de propriedade
Type: System.Nullable<Boolean>
Consulte também
Classe VirtualMachineOSImageUpdateParameters
Namespace Microsoft.WindowsAzure.Management.Compute.Models
Retornar ao topo