IntelligencePack Constructors
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.
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.
- displayName
- String
The display name of the intelligence pack.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET