GatewayGetDeviceConfigurationScriptParameters.Vendor 属性

 

可选。 设备供应商的名称。

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

语法

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

属性值

Type: System.String

请参阅

GatewayGetDeviceConfigurationScriptParameters 类
Microsoft.WindowsAzure.Management.Network.Models 命名空间

返回页首