VirtualMachineOSImageUpdateResponse.IconUri Property

 

Optional. Specifies the URI to the icon that is displayed for the image in the Management Portal.

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

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

Return to top