DiagnosticRemoteSupportSettings Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
DiagnosticRemoteSupportSettings() |
Inicializa uma nova instância da classe DiagnosticRemoteSupportSettings. |
DiagnosticRemoteSupportSettings(String, String, String, SystemData, IList<RemoteSupportSettings>) |
Inicializa uma nova instância da classe DiagnosticRemoteSupportSettings. |
DiagnosticRemoteSupportSettings()
Inicializa uma nova instância da classe DiagnosticRemoteSupportSettings.
public DiagnosticRemoteSupportSettings ();
Public Sub New ()
Aplica-se a
DiagnosticRemoteSupportSettings(String, String, String, SystemData, IList<RemoteSupportSettings>)
Inicializa uma nova instância da classe 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)
Parâmetros
- id
- String
A ID do caminho que identifica exclusivamente o objeto.
- name
- String
O nome do objeto.
- type
- String
O tipo hierárquico do objeto .
- systemData
- SystemData
DiagnosticRemoteSupportSettings
- remoteSupportSettingsList
- IList<RemoteSupportSettings>
Lista de configurações de suporte remoto de acordo com o RemoteApplicationType
Aplica-se a
Azure SDK for .NET