Vorheriges Thema: UpdateServiceDefinitionMetricParameter

Nächstes Thema: AddMetricsToServiceDefinition

CreateServiceDefinitionMetricParameter

Description

This method creates a parameter for the specified metric.

Syntax

void CreateServiceDefinitionMetricParameter (long MetricId, ParameterData parameterData;

Parameters

Name

Type

Description

MetricId

long

The ID of the metric.

parameterData

ParameterData

The data to use to create the parameter.

Return Value

None.

Remarks

The ID of the newly created parameter can be obtained as part of the metric’s parameters collection, in the metric’s details, by invoking GetServiceDefinitionMetricDetails.