OperationalInsightsIntelligencePack Class
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.
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>
type OperationalInsightsIntelligencePack = class
interface IJsonModel<OperationalInsightsIntelligencePack>
interface IPersistableModel<OperationalInsightsIntelligencePack>
Public Class OperationalInsightsIntelligencePack
Implements IJsonModel(Of OperationalInsightsIntelligencePack), IPersistableModel(Of 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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
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
Azure SDK for .NET