Vorheriges Thema: MetricData

Nächstes Thema: MetricGeneralDetailsSection

MetricRegistrationData

Description

This class is used to represent data of metric registrations.

Members

Name

Type

Description

RegistrationID

long

The ID of the registration.

RegistrationType

RegistrationType

An enumeration of the type of the registration. See Remarks.

Description

string

The description of the registration.

BusinessLogicMethod

string

The name of the business logic method that handles events by this registration.

EventType

EntityReferenceData

Reference by ID to the registered event type (if applicable for the registration type).

Resource

EntityReferenceData

Reference by ID to the registered resource (if applicable for the registration type).

ResourceType

EntityReferenceData

Reference by ID to the registered resource type (if applicable for the registration type).

ResourceGroup

EntityReferenceData

Reference by ID to the registered resource group (if applicable for the registration type).

SourceMetric

EntityReferenceData

Reference by ID to the registered source metric (if applicable for the registration type).

WithContractParty

bool

Specifies whether the registration includes the contract’s primary contract party.

WithServiceComponent

bool

Specifies whether the registration includes the metric’s service component.

RegistrationTimePeriod

TimePeriod

An enumeration of the type of the registration time period.

Remarks

RegistrationTypes are as follows:
ContractParty,
Service,
ContractPartyAndService,
ResourceGroup,
Resource,
Advanced,
Metric,
ClusterItem