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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET