VirtualMachineVMImageCreateParameters.IconUri 属性

 

可选。 获取或设置针对在管理门户中的映像显示的图标的 URI。

命名空间:   Microsoft.WindowsAzure.Management.Compute.Models
程序集:  Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)

语法

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

属性值

Type: System.String

请参阅

VirtualMachineVMImageCreateParameters 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间

返回页首