IntelligencePack Constructors

Definition

Overloads

IntelligencePack()

Initializes a new instance of the IntelligencePack class.

IntelligencePack(String, Nullable<Boolean>, String)

Initializes a new instance of the IntelligencePack class.

IntelligencePack()

Initializes a new instance of the IntelligencePack class.

public IntelligencePack ();
Public Sub New ()

Applies to

IntelligencePack(String, Nullable<Boolean>, String)

Initializes a new instance of the IntelligencePack class.

public IntelligencePack (string name = default, bool? enabled = default, string displayName = default);
new Microsoft.Azure.Management.OperationalInsights.Models.IntelligencePack : string * Nullable<bool> * string -> Microsoft.Azure.Management.OperationalInsights.Models.IntelligencePack
Public Sub New (Optional name As String = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional displayName As String = Nothing)

Parameters

name
String

The name of the intelligence pack.

enabled
Nullable<Boolean>

The enabled boolean for the intelligence pack.

displayName
String

The display name of the intelligence pack.

Applies to