@azure/arm-monitor-profile-2020-09-01-hybrid package

Classes

MonitorClient

Interfaces

DiagnosticSettings

Interface representing a DiagnosticSettings.

DiagnosticSettingsCategory

Interface representing a DiagnosticSettingsCategory.

DiagnosticSettingsCategoryGetOptionalParams

Optional parameters.

DiagnosticSettingsCategoryListOptionalParams

Optional parameters.

DiagnosticSettingsCategoryResource

The diagnostic settings category resource.

DiagnosticSettingsCategoryResourceCollection

Represents a collection of diagnostic setting category resources.

DiagnosticSettingsCreateOrUpdateOptionalParams

Optional parameters.

DiagnosticSettingsDeleteOptionalParams

Optional parameters.

DiagnosticSettingsGetOptionalParams

Optional parameters.

DiagnosticSettingsListOptionalParams

Optional parameters.

DiagnosticSettingsResource

The diagnostic setting resource.

DiagnosticSettingsResourceCollection

Represents a collection of alert rule resources.

ErrorResponse

Describes the format of Error response.

EventCategories

Interface representing a EventCategories.

EventCategoriesListOptionalParams

Optional parameters.

EventCategoryCollection

A collection of event categories. Currently possible values are: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy.

LocalizableString

The localizable string class.

LogSettings

Part of MultiTenantDiagnosticSettings. Specifies the settings for a particular log.

MetadataValue

Represents a metric metadata value.

Metric

The result data of a query.

MetricAvailability

Metric availability specifies the time grain (aggregation interval or frequency) and the retention period for that time grain.

MetricDefinition

Metric definition class specifies the metadata for a metric.

MetricDefinitionCollection

Represents collection of metric definitions.

MetricDefinitions

Interface representing a MetricDefinitions.

MetricDefinitionsListOptionalParams

Optional parameters.

MetricSettings

Part of MultiTenantDiagnosticSettings. Specifies the settings for a particular metric.

MetricValue

Represents a metric value.

Metrics

Interface representing a Metrics.

MetricsListOptionalParams

Optional parameters.

MonitorClientOptionalParams

Optional parameters.

Operation

Microsoft Insights API operation definition.

OperationDisplay

Display metadata associated with the operation.

OperationListResult

Result of the request to list Microsoft.Insights operations. It contains a list of operations and a URL link to get the next set of results.

Operations

Interface representing a Operations.

OperationsListOptionalParams

Optional parameters.

ProxyOnlyResource

A proxy only azure resource object

Response

The response to a metrics query.

RetentionPolicy

Specifies the retention policy for the log.

TimeSeriesElement

A time series result type. The discriminator value is always TimeSeries in this case.

Type Aliases

AggregationType

Defines values for AggregationType.

CategoryType

Defines values for CategoryType.

DiagnosticSettingsCategoryGetResponse

Contains response data for the get operation.

DiagnosticSettingsCategoryListResponse

Contains response data for the list operation.

DiagnosticSettingsCreateOrUpdateResponse

Contains response data for the createOrUpdate operation.

DiagnosticSettingsGetResponse

Contains response data for the get operation.

DiagnosticSettingsListResponse

Contains response data for the list operation.

EventCategoriesListResponse

Contains response data for the list operation.

MetricClass

Defines values for MetricClass.
KnownMetricClass can be used interchangeably with MetricClass, this enum contains the known values that the service supports.

Known values supported by the service

Availability
Transactions
Errors
Latency
Saturation

MetricDefinitionsListResponse

Contains response data for the list operation.

MetricUnit

Defines values for MetricUnit.
KnownMetricUnit can be used interchangeably with MetricUnit, this enum contains the known values that the service supports.

Known values supported by the service

Count
Bytes
Seconds
CountPerSecond
BytesPerSecond
Percent
MilliSeconds
ByteSeconds
Unspecified
Cores
MilliCores
NanoCores
BitsPerSecond

MetricsListResponse

Contains response data for the list operation.

OperationsListResponse

Contains response data for the list operation.

ResultType

Defines values for ResultType.

Enums

KnownMetricClass

Known values of MetricClass that the service accepts.

KnownMetricUnit

Known values of MetricUnit that the service accepts.

Functions

getContinuationToken(unknown)

Given the last .value produced by the byPage iterator, returns a continuation token that can be used to begin paging from that point later.

Function Details

getContinuationToken(unknown)

Given the last .value produced by the byPage iterator, returns a continuation token that can be used to begin paging from that point later.

function getContinuationToken(page: unknown): string | undefined

Parameters

page

unknown

An object from accessing value on the IteratorResult from a byPage iterator.

Returns

string | undefined

The continuation token that can be passed into byPage() during future calls.