OperationalInsightsDataExportData 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.
A class representing the OperationalInsightsDataExport data model. The top level data export resource container.
public class OperationalInsightsDataExportData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OperationalInsights.OperationalInsightsDataExportData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OperationalInsights.OperationalInsightsDataExportData>
type OperationalInsightsDataExportData = class
inherit ResourceData
interface IJsonModel<OperationalInsightsDataExportData>
interface IPersistableModel<OperationalInsightsDataExportData>
Public Class OperationalInsightsDataExportData
Inherits ResourceData
Implements IJsonModel(Of OperationalInsightsDataExportData), IPersistableModel(Of OperationalInsightsDataExportData)
- Inheritance
- Implements
Constructors
OperationalInsightsDataExportData() |
Initializes a new instance of OperationalInsightsDataExportData. |
Properties
CreatedOn |
The latest data export rule modification time. |
DataExportId |
The data export rule ID. |
DestinationType |
The type of the destination resource. |
EventHubName |
Optional. Allows to define an Event Hub name. Not applicable when destination is Storage Account. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
IsEnabled |
Active when enabled. |
LastModifiedOn |
Date and time when the export was last modified. |
Name |
The name of the resource. (Inherited from ResourceData) |
ResourceId |
The destination resource ID. This can be copied from the Properties entry of the destination resource in Azure. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
TableNames |
An array of tables to export, for example: [“Heartbeat, SecurityEvent”]. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
IJsonModel<OperationalInsightsDataExportData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<OperationalInsightsDataExportData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<OperationalInsightsDataExportData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<OperationalInsightsDataExportData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<OperationalInsightsDataExportData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET