共用方式為


DiagnosticProactiveLogCollectionSettings Constructors

Definition

Overloads

DiagnosticProactiveLogCollectionSettings()

Initializes a new instance of the DiagnosticProactiveLogCollectionSettings class.

DiagnosticProactiveLogCollectionSettings(String, String, String, String, SystemData)

Initializes a new instance of the DiagnosticProactiveLogCollectionSettings class.

DiagnosticProactiveLogCollectionSettings()

Initializes a new instance of the DiagnosticProactiveLogCollectionSettings class.

public DiagnosticProactiveLogCollectionSettings ();
Public Sub New ()

Applies to

DiagnosticProactiveLogCollectionSettings(String, String, String, String, SystemData)

Initializes a new instance of the DiagnosticProactiveLogCollectionSettings class.

public DiagnosticProactiveLogCollectionSettings (string userConsent, string id = default, string name = default, string type = default, Microsoft.Azure.Management.DataBoxEdge.Models.SystemData systemData = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.DiagnosticProactiveLogCollectionSettings : string * string * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.SystemData -> Microsoft.Azure.Management.DataBoxEdge.Models.DiagnosticProactiveLogCollectionSettings
Public Sub New (userConsent As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing)

Parameters

userConsent
String

Proactive diagnostic collection consent flag. Possible values include: 'Enabled', 'Disabled'

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

DiagnosticProactiveLogCollectionSettings

Applies to