IngestionEndpoints Class

Definition

The ingestion endpoints for an Azure Monitor Workspace.

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

Constructors

Name Description
IngestionEndpoints()

Creates an new IngestionEndpoints instance.

Properties

Name Description
Metric

The metrics ingestion endpoint for this Azure Monitor Workspace.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IngestionEndpoints.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IngestionEndpoints.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IngestionEndpoints into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to