Udostępnij za pośrednictwem


AzureMonitorWorkspaceDefaultIngestionSettings Class

Definition

The Data Collection Rule and Endpoint used for ingestion by default.

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

Constructors

AzureMonitorWorkspaceDefaultIngestionSettings()

Creates an new AzureMonitorWorkspaceDefaultIngestionSettings 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 AzureMonitorWorkspaceDefaultIngestionSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureMonitorWorkspaceDefaultIngestionSettings.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureMonitorWorkspaceDefaultIngestionSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to