你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DiagnosticRemoteSupportSettings 构造函数

定义

重载

DiagnosticRemoteSupportSettings()

初始化 DiagnosticRemoteSupportSettings 类的新实例。

DiagnosticRemoteSupportSettings(String, String, String, SystemData, IList<RemoteSupportSettings>)

初始化 DiagnosticRemoteSupportSettings 类的新实例。

DiagnosticRemoteSupportSettings()

初始化 DiagnosticRemoteSupportSettings 类的新实例。

public DiagnosticRemoteSupportSettings ();
Public Sub New ()

适用于

DiagnosticRemoteSupportSettings(String, String, String, SystemData, IList<RemoteSupportSettings>)

初始化 DiagnosticRemoteSupportSettings 类的新实例。

public DiagnosticRemoteSupportSettings (string id = default, string name = default, string type = default, Microsoft.Azure.Management.DataBoxEdge.Models.SystemData systemData = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.RemoteSupportSettings> remoteSupportSettingsList = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.DiagnosticRemoteSupportSettings : string * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.SystemData * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.RemoteSupportSettings> -> Microsoft.Azure.Management.DataBoxEdge.Models.DiagnosticRemoteSupportSettings
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional remoteSupportSettingsList As IList(Of RemoteSupportSettings) = Nothing)

参数

id
String

唯一标识对象的路径 ID。

name
String

对象名称。

type
String

对象的分层类型。

systemData
SystemData

DiagnosticRemoteSupportSettings

remoteSupportSettingsList
IList<RemoteSupportSettings>

根据 RemoteApplicationType 的远程支持设置列表

适用于