你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataCollectionEndpoint Class

Definition

Definition of data collection endpoint.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionEndpointTypeConverter))]
public class DataCollectionEndpoint : Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IDataCollectionEndpoint
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionEndpointTypeConverter))>]
type DataCollectionEndpoint = class
    interface IDataCollectionEndpoint
    interface IJsonSerializable
Public Class DataCollectionEndpoint
Implements IDataCollectionEndpoint
Inheritance
DataCollectionEndpoint
Attributes
Implements

Constructors

DataCollectionEndpoint()

Creates an new DataCollectionEndpoint instance.

Properties

ConfigurationAccessEndpoint

The endpoint. This property is READ-ONLY.

Description

Description of the data collection endpoint.

FailoverConfigurationActiveLocation

Active location where data flow will occur.

FailoverConfigurationLocation

Locations that are configured for failover.

ImmutableId

The immutable ID of this data collection endpoint resource. This property is READ-ONLY.

LogIngestionEndpoint

The endpoint. This property is READ-ONLY.

MetadataProvisionedBy

Azure offering managing this resource on-behalf-of customer.

MetadataProvisionedByResourceId

Resource Id of azure offering managing this resource on-behalf-of customer.

MetricIngestionEndpoint

The endpoint. This property is READ-ONLY.

NetworkAclsPublicNetworkAccess

The configuration to set whether network access from public internet to the endpoints are allowed.

PrivateLinkScopedResource

List of Azure Monitor Private Link Scope Resources to which this data collection endpoint resource is associated. This property is READ-ONLY.

ProvisioningState

The resource provisioning state. This property is READ-ONLY.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DataCollectionEndpoint.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataCollectionEndpoint.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IDataCollectionEndpoint.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataCollectionEndpoint into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to