DataCollectionEndpointResource interface
Definition of ARM tracked top level resource.
Properties
configuration |
The endpoint used by agents to access their configuration. |
description | Description of the data collection endpoint. |
etag | Resource entity tag (ETag). NOTE: This property will not be serialized. It can only be populated by the server. |
id | Fully qualified ID of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
immutable |
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. |
logs |
The endpoint used by clients to ingest logs. |
name | The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
network |
Network access control rules for the endpoints. |
provisioning |
The resource provisioning state. This property is READ-ONLY. NOTE: This property will not be serialized. It can only be populated by the server. |
system |
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags. |
type | The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
configurationAccess
The endpoint used by agents to access their configuration.
configurationAccess?: ConfigurationAccessEndpointSpec
Property Value
description
Description of the data collection endpoint.
description?: string
Property Value
string
etag
Resource entity tag (ETag). NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
id
Fully qualified ID of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
immutableId
The immutable ID of this data collection endpoint resource. This property is READ-ONLY.
immutableId?: string
Property Value
string
kind
The kind of the resource.
kind?: string
Property Value
string
location
The geo-location where the resource lives.
location: string
Property Value
string
logsIngestion
The endpoint used by clients to ingest logs.
logsIngestion?: LogsIngestionEndpointSpec
Property Value
name
The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
networkAcls
Network access control rules for the endpoints.
networkAcls?: NetworkRuleSet
Property Value
provisioningState
The resource provisioning state. This property is READ-ONLY. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
systemData
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
type
The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string