ArmOperationalInsightsModelFactory.OperationalInsightsIntelligencePack Method
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.
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.
- displayName
- String
The display name of the intelligence pack.
Returns
A new OperationalInsightsIntelligencePack instance for mocking.