VirtualMachineOSImageUpdateParameters::ShowInGui Property

 

Optional. When published, should this image show up in the windows azure image gallery or not. True by default.

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

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

Property Value

Type: System::Nullable<Boolean>
Return to top
Show: