ArmOperationalInsightsModelFactory.OperationalInsightsIntelligencePack Method

Definition

Initializes a new instance of OperationalInsightsIntelligencePack.

public static Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsIntelligencePack OperationalInsightsIntelligencePack (string name = default, bool? isEnabled = default, string displayName = default);
static member OperationalInsightsIntelligencePack : string * Nullable<bool> * string -> Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsIntelligencePack
Public Shared Function OperationalInsightsIntelligencePack (Optional name As String = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing, Optional displayName As String = Nothing) As OperationalInsightsIntelligencePack

Parameters

name
String

The name of the intelligence pack.

isEnabled
Nullable<Boolean>

The enabled boolean for the intelligence pack.

displayName
String

The display name of the intelligence pack.

Returns

A new OperationalInsightsIntelligencePack instance for mocking.

Applies to