VirtualMachineOSImageListResponse.VirtualMachineOSImage.IconUri Property

 

Optional. Gets or sets the URI to the icon for this Operating System Image.

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

Syntax

public string IconUri { get; set; }
public:
property String^ IconUri {
    String^ get();
    void set(String^ value);
}
member IconUri : string with get, set
Public Property IconUri As String

Property Value

Type: System.String

See Also

VirtualMachineOSImageListResponse.VirtualMachineOSImage Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top