次の方法で共有


MetricSpecification クラス

  • java.lang.Object
    • com.azure.resourcemanager.storage.models.MetricSpecification

public final class MetricSpecification

操作のメトリック仕様。

コンストラクターの概要

コンストラクター 説明
MetricSpecification()

メトリック仕様クラスのインスタンスを作成します。

メソッドの概要

修飾子と型 メソッドと説明
String aggregationType()

集計Type プロパティを取得します。集計の種類は Average です。

String category()

category プロパティを取得します。このメトリック仕様が属するカテゴリは Capacity です。

List<Dimension> dimensions()

dimensions プロパティを取得します。BLOB の種類やアクセス層を含む BLOB のディメンション。

String displayDescription()

displayDescription プロパティを取得します。メトリック仕様の説明を表示します。

String displayName()

表示名プロパティを取得します。メトリック仕様の表示名。

Boolean fillGapWithZero()

Fill GapWithZero プロパティを取得する: 塗りつぶしのギャップを 0 にするかしないかを決定するプロパティ。

String name()

name プロパティを取得します。メトリック仕様の名前。

String resourceIdDimensionNameOverride()

リソースIdDimensionNameOverride プロパティを取得します:アカウント リソース ID。

String unit()

unit プロパティを取得します。Unit には Bytes または Count を指定できます。

void validate()

インスタンスを検証します。

MetricSpecification withAggregationType(String aggregationType)

集計Type プロパティを設定します。集計の種類は Average です。

MetricSpecification withCategory(String category)

category プロパティを設定します。このメトリック仕様が属するカテゴリは Capacity です。

MetricSpecification withDimensions(List<Dimension> dimensions)

dimensions プロパティ (BLOB の種類やアクセス層を含む BLOB のディメンション) を設定します。

MetricSpecification withDisplayDescription(String displayDescription)

displayDescription プロパティを設定します。メトリック仕様の説明を表示します。

MetricSpecification withDisplayName(String displayName)

[表示名] プロパティを設定します。メトリック仕様の表示名。

MetricSpecification withFillGapWithZero(Boolean fillGapWithZero)

FillGapWithZero プロパティを設定する: 0 の塗りつぶしのギャップを決定するプロパティ。

MetricSpecification withName(String name)

name プロパティを設定します。メトリック仕様の名前。

MetricSpecification withResourceIdDimensionNameOverride(String resourceIdDimensionNameOverride)

リソースIdDimensionNameOverride プロパティを設定します: アカウント リソース ID。

MetricSpecification withUnit(String unit)

unit プロパティを設定します。Unit には Bytes または Count を指定できます。

メソッドの継承元: java.lang.Object

コンストラクターの詳細

MetricSpecification

public MetricSpecification()

MetricSpecification クラスのインスタンスを作成します。

メソッドの詳細

aggregationType

public String aggregationType()

aggregationType プロパティを取得します。集計の種類は Average です。

Returns:

aggregationType 値。

category

public String category()

category プロパティを取得します。このメトリック仕様が属するカテゴリは Capacity です。

Returns:

カテゴリ値。

dimensions

public List dimensions()

dimensions プロパティを取得します。BLOB の種類やアクセス層を含む BLOB のディメンション。

Returns:

ディメンションの値。

displayDescription

public String displayDescription()

displayDescription プロパティを取得します。メトリック仕様の説明を表示します。

Returns:

displayDescription 値。

displayName

public String displayName()

displayName プロパティを取得します。メトリック仕様の表示名。

Returns:

displayName 値。

fillGapWithZero

public Boolean fillGapWithZero()

fillGapWithZero プロパティを取得する: 0 の塗りつぶしのギャップを決定するプロパティ。

Returns:

fillGapWithZero 値。

name

public String name()

name プロパティを取得します。メトリック仕様の名前。

Returns:

name 値。

resourceIdDimensionNameOverride

public String resourceIdDimensionNameOverride()

resourceIdDimensionNameOverride プロパティを取得します:アカウント リソース ID。

Returns:

resourceIdDimensionNameOverride 値。

unit

public String unit()

unit プロパティを取得します。Unit には Bytes または Count を指定できます。

Returns:

単位値。

validate

public void validate()

インスタンスを検証します。

withAggregationType

public MetricSpecification withAggregationType(String aggregationType)

aggregationType プロパティを設定します。集計の種類は Average です。

Parameters:

aggregationType - 設定する aggregationType 値。

Returns:

MetricSpecification オブジェクト自体。

withCategory

public MetricSpecification withCategory(String category)

category プロパティを設定します。このメトリック仕様が属するカテゴリは Capacity です。

Parameters:

category - 設定するカテゴリ値。

Returns:

MetricSpecification オブジェクト自体。

withDimensions

public MetricSpecification withDimensions(List dimensions)

dimensions プロパティ (BLOB の種類やアクセス層を含む BLOB のディメンション) を設定します。

Parameters:

dimensions - 設定するディメンション値。

Returns:

MetricSpecification オブジェクト自体。

withDisplayDescription

public MetricSpecification withDisplayDescription(String displayDescription)

displayDescription プロパティを設定します。メトリック仕様の説明を表示します。

Parameters:

displayDescription - 設定する displayDescription 値。

Returns:

MetricSpecification オブジェクト自体。

withDisplayName

public MetricSpecification withDisplayName(String displayName)

displayName プロパティを設定します。メトリック仕様の表示名。

Parameters:

displayName - 設定する displayName 値。

Returns:

MetricSpecification オブジェクト自体。

withFillGapWithZero

public MetricSpecification withFillGapWithZero(Boolean fillGapWithZero)

fillGapWithZero プロパティを設定する: 塗りつぶしのギャップを 0 にするかしないかを決定するプロパティ。

Parameters:

fillGapWithZero - 設定する fillGapWithZero 値。

Returns:

MetricSpecification オブジェクト自体。

withName

public MetricSpecification withName(String name)

name プロパティを設定します。メトリック仕様の名前。

Parameters:

name - 設定する名前の値。

Returns:

MetricSpecification オブジェクト自体。

withResourceIdDimensionNameOverride

public MetricSpecification withResourceIdDimensionNameOverride(String resourceIdDimensionNameOverride)

resourceIdDimensionNameOverride プロパティを設定します:アカウント リソース ID。

Parameters:

resourceIdDimensionNameOverride - 設定する resourceIdDimensionNameOverride 値。

Returns:

MetricSpecification オブジェクト自体。

withUnit

public MetricSpecification withUnit(String unit)

unit プロパティを設定します。Unit には Bytes または Count を指定できます。

Parameters:

unit - 設定する単位値。

Returns:

MetricSpecification オブジェクト自体。

適用対象