次の方法で共有


PSIntelligencePack Constructors

Definition

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

Applies to