VirtualMachineOSImageCreateResponse.ShowInGui Property
Optional. Specifies whether the image should appear in the image gallery.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
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)
Property Value
Type: System.Nullable<Boolean>
See Also
VirtualMachineOSImageCreateResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top