Share via


IngestionSettings Class

Definition

Settings for data ingestion

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.Api20230403.IngestionSettingsTypeConverter))]
public class IngestionSettings : Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.Api20230403.IIngestionSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.Api20230403.IngestionSettingsTypeConverter))>]
type IngestionSettings = class
    interface IIngestionSettings
    interface IJsonSerializable
Public Class IngestionSettings
Implements IIngestionSettings
Inheritance
IngestionSettings
Attributes
Implements

Constructors

IngestionSettings()

Creates an new IngestionSettings instance.

Properties

DataCollectionEndpointResourceId

The Azure resource Id of the default data collection endpoint for this workspace.

DataCollectionRuleResourceId

The Azure resource Id of the default data collection rule for this workspace.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IngestionSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IngestionSettings.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.Api20230403.IIngestionSettings.

FromJsonString(String)

Creates a new instance of IngestionSettings, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of IngestionSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to