共用方式為


DiagnosticRemoteSupportSettings Constructors

Definition

Overloads

DiagnosticRemoteSupportSettings()

Initializes a new instance of the DiagnosticRemoteSupportSettings class.

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

Initializes a new instance of the DiagnosticRemoteSupportSettings class.

DiagnosticRemoteSupportSettings()

Initializes a new instance of the DiagnosticRemoteSupportSettings class.

public DiagnosticRemoteSupportSettings ();
Public Sub New ()

Applies to

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

Initializes a new instance of the DiagnosticRemoteSupportSettings class.

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)

Parameters

id
String

The path ID that uniquely identifies the object.

name
String

The object name.

type
String

The hierarchical type of the object.

systemData
SystemData

DiagnosticRemoteSupportSettings

remoteSupportSettingsList
IList<RemoteSupportSettings>

Remote support settings list according to the RemoteApplicationType

Applies to