ExtendedLocation クラス
- java.
lang. Object - com.
azure. resourcemanager. storage. models. ExtendedLocation
- com.
public final class ExtendedLocation
拡張場所の複合型。
コンストラクターの概要
| コンストラクター | 説明 |
|---|---|
| ExtendedLocation() |
Extended |
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
| String |
name()
name プロパティを取得します。拡張場所の名前。 |
|
Extended |
type()
type プロパティを取得します。拡張場所の型。 |
| void |
validate()
インスタンスを検証します。 |
|
Extended |
withName(String name)
name プロパティを設定します。 拡張場所の名前。 |
|
Extended |
withType(ExtendedLocationTypes type)
type プロパティを設定します。拡張場所の型。 |
メソッドの継承元: java.lang.Object
コンストラクターの詳細
ExtendedLocation
public ExtendedLocation()
ExtendedLocation クラスのインスタンスを作成します。
メソッドの詳細
name
public String name()
name プロパティを取得します。拡張場所の名前。
Returns:
type
public ExtendedLocationTypes type()
type プロパティを取得します。拡張場所の型。
Returns:
validate
public void validate()
インスタンスを検証します。
withName
public ExtendedLocation withName(String name)
name プロパティを設定します。 拡張場所の名前。
Parameters:
Returns:
withType
public ExtendedLocation withType(ExtendedLocationTypes type)
type プロパティを設定します。拡張場所の型。
Parameters:
Returns: