VirtualMachineOSImageCreateParameters.ShowInGui Property

 

Required. 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 bool ShowInGui { get; set; }
public:
property bool ShowInGui {
    bool get();
    void set(bool value);
}
member ShowInGui : bool with get, set
Public Property ShowInGui As Boolean

Property Value

Type: System.Boolean

See Also

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

Return to top