OperationalInsightsIntelligencePack Class

Definition

Intelligence Pack containing a string name and boolean indicating if it's enabled.

public class OperationalInsightsIntelligencePack : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsIntelligencePack>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsIntelligencePack>
public class OperationalInsightsIntelligencePack
type OperationalInsightsIntelligencePack = class
    interface IJsonModel<OperationalInsightsIntelligencePack>
    interface IPersistableModel<OperationalInsightsIntelligencePack>
type OperationalInsightsIntelligencePack = class
Public Class OperationalInsightsIntelligencePack
Implements IJsonModel(Of OperationalInsightsIntelligencePack), IPersistableModel(Of OperationalInsightsIntelligencePack)
Public Class OperationalInsightsIntelligencePack
Inheritance
OperationalInsightsIntelligencePack
Implements

Properties

DisplayName

The display name of the intelligence pack.

IsEnabled

The enabled boolean for the intelligence pack.

Name

The name of the intelligence pack.

Explicit Interface Implementations

IJsonModel<OperationalInsightsIntelligencePack>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<OperationalInsightsIntelligencePack>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OperationalInsightsIntelligencePack>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OperationalInsightsIntelligencePack>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<OperationalInsightsIntelligencePack>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to