IDataCollectionEndpointResource Interface

Definition

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

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.

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to