次の方法で共有


Resource.DefinitionWithRegion<T> インターフェイス

型パラメーター

T

次の段階のリソース定義の種類

public static interface Resource.DefinitionWithRegion

リソースの場所を選択できるリソース定義。

メソッドの概要

修飾子と型 メソッドと説明
abstract T withRegion(Region region)

リソースのリージョンを指定します。

abstract T withRegion(String regionName)

リソースのリージョンを名前で指定します。

メソッドの詳細

withRegion

public abstract T withRegion(Region region)

リソースのリージョンを指定します。

パラメーター:

region - リソースの場所

戻り値:

定義の次のステージ

withRegion

public abstract T withRegion(String regionName)

リソースのリージョンを名前で指定します。

パラメーター:

regionName - リソースのリージョンの名前

戻り値:

定義の次のステージ

適用対象