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

DataCollectionEndpointResourceProperties Class

Definition

Resource properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionEndpointResourcePropertiesTypeConverter))]
public class DataCollectionEndpointResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IDataCollectionEndpointResourceProperties, Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionEndpointResourcePropertiesTypeConverter))>]
type DataCollectionEndpointResourceProperties = class
    interface IDataCollectionEndpointResourceProperties
    interface IJsonSerializable
    interface IDataCollectionEndpoint
    interface IValidates
Public Class DataCollectionEndpointResourceProperties
Implements IDataCollectionEndpointResourceProperties, IValidates
Inheritance
DataCollectionEndpointResourceProperties
Attributes
Implements

Constructors

DataCollectionEndpointResourceProperties()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataCollectionEndpointResourceProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataCollectionEndpointResourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to