DiagnosticRemoteSupportSettings Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET