ExtensionImage.SupportedOS 属性

 

可选。 字符串属性,指示该扩展插件支持的操作系统。 当前值为 '窗口' 或 'Linux。

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

语法

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

属性值

Type: System.String

请参阅

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

返回页首