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

DataCollectionEndpointResource Class

Definition

Definition of ARM tracked top level resource.

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

Constructors

DataCollectionEndpointResource()

Creates an new DataCollectionEndpointResource instance.

Properties

ConfigurationAccessEndpoint

The endpoint. This property is READ-ONLY.

Description

Description of the data collection endpoint.

Etag

Resource entity tag (ETag).

FailoverConfigurationActiveLocation

Active location where data flow will occur.

FailoverConfigurationLocation

Locations that are configured for failover.

Id

Fully qualified ID of the resource.

IdentityPrincipalId

The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.

IdentityTenantId

The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

IdentityType

Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).

IdentityUserAssignedIdentity

The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

ImmutableId

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

Kind

The kind of the resource.

Location

The geo-location where the resource lives.

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.

Name

The name of the resource.

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.

ResourceGroupName

Gets the resource group name

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag

Resource tags.

Type

The type of the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DataCollectionEndpointResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataCollectionEndpointResource.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataCollectionEndpointResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to