PSIntelligencePack 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
PSIntelligencePack() | |
PSIntelligencePack(IntelligencePack) | |
PSIntelligencePack(String, Boolean) |
PSIntelligencePack()
public PSIntelligencePack ();
Public Sub New ()
Applies to
PSIntelligencePack(IntelligencePack)
public PSIntelligencePack (Microsoft.Azure.Management.OperationalInsights.Models.IntelligencePack ip);
new Microsoft.Azure.Commands.OperationalInsights.Models.PSIntelligencePack : Microsoft.Azure.Management.OperationalInsights.Models.IntelligencePack -> Microsoft.Azure.Commands.OperationalInsights.Models.PSIntelligencePack
Public Sub New (ip As IntelligencePack)
Parameters
Applies to
PSIntelligencePack(String, Boolean)
public PSIntelligencePack (string name, bool enabled);
new Microsoft.Azure.Commands.OperationalInsights.Models.PSIntelligencePack : string * bool -> Microsoft.Azure.Commands.OperationalInsights.Models.PSIntelligencePack
Public Sub New (name As String, enabled As Boolean)
Parameters
- name
- String
- enabled
- Boolean