VirtualMachineVMImageCreateParameters.SmallIconUri Property
Optional. Gets or sets the URI to the small 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 SmallIconUri { get; set; }
public:
property String^ SmallIconUri {
String^ get();
void set(String^ value);
}
member SmallIconUri : string with get, set
Public Property SmallIconUri As String
Property Value
Type: System.String
See Also
VirtualMachineVMImageCreateParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top