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.AzureMonitorWorkspaceDefaultIngestionSettingsTypeConverter))]
public class AzureMonitorWorkspaceDefaultIngestionSettings : Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IAzureMonitorWorkspaceDefaultIngestionSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.AzureMonitorWorkspaceDefaultIngestionSettingsTypeConverter))>]
type AzureMonitorWorkspaceDefaultIngestionSettings = class
    interface IAzureMonitorWorkspaceDefaultIngestionSettings
    interface IJsonSerializable
Public Class AzureMonitorWorkspaceDefaultIngestionSettings
Implements IAzureMonitorWorkspaceDefaultIngestionSettings
Inheritance
AzureMonitorWorkspaceDefaultIngestionSettings
Attributes
Implements

Constructors

Name Description
AzureMonitorWorkspaceDefaultIngestionSettings()

Creates an new AzureMonitorWorkspaceDefaultIngestionSettings instance.

Properties

Name Description
DataCollectionEndpointResourceId

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

DataCollectionRuleImmutableId

The immutable Id of the default data collection rule for this Azure Monitor Workspace.

DataCollectionRuleResourceId

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

IngestionEndpointMetric

The metrics ingestion endpoint for this Azure Monitor Workspace.

Methods

Name Description
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.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()

Applies to