次の方法で共有


CosmosDBMetricPrimaryAggregationType 構造体

定義

メトリックのプライマリ集計の種類。

public readonly struct CosmosDBMetricPrimaryAggregationType : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBMetricPrimaryAggregationType>
type CosmosDBMetricPrimaryAggregationType = struct
Public Structure CosmosDBMetricPrimaryAggregationType
Implements IEquatable(Of CosmosDBMetricPrimaryAggregationType)
継承
CosmosDBMetricPrimaryAggregationType
実装

コンストラクター

CosmosDBMetricPrimaryAggregationType(String)

CosmosDBMetricPrimaryAggregationType の新しいインスタンスを初期化します。

プロパティ

Average

Average

Last

最後です。

Maximum

最大。

Minimum

最小。

None

[なし] :

Total

合計。

メソッド

Equals(CosmosDBMetricPrimaryAggregationType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(CosmosDBMetricPrimaryAggregationType, CosmosDBMetricPrimaryAggregationType)

2 つの CosmosDBMetricPrimaryAggregationType 値が同じかどうかを判断します。

Implicit(String to CosmosDBMetricPrimaryAggregationType)

文字列を CosmosDBMetricPrimaryAggregationType に変換します。

Inequality(CosmosDBMetricPrimaryAggregationType, CosmosDBMetricPrimaryAggregationType)

2 つの CosmosDBMetricPrimaryAggregationType 値が同じでないかどうかを判断します。

適用対象