OperationResourceMetricSpecification interface
操作表示リソース オブジェクト。
プロパティ
aggregation |
メトリックの集計の種類。 |
dimensions | メトリック仕様のディメンション。 |
display |
メトリックの説明を表示します。 |
display |
メトリックの表示名。 |
fill |
メトリックのギャップをゼロで埋めます。 |
name | メトリックの名前。 |
unit | メトリックの単位。 |
プロパティの詳細
aggregationType
メトリックの集計の種類。
aggregationType?: string
プロパティ値
string
dimensions
メトリック仕様のディメンション。
dimensions?: OperationResourceMetricSpecificationDimension[]
プロパティ値
displayDescription
メトリックの説明を表示します。
displayDescription?: string
プロパティ値
string
displayName
メトリックの表示名。
displayName?: string
プロパティ値
string
fillGapWithZero
メトリックのギャップをゼロで埋めます。
fillGapWithZero?: boolean
プロパティ値
boolean
name
メトリックの名前。
name?: string
プロパティ値
string
unit
メトリックの単位。
unit?: string
プロパティ値
string