次の方法で共有


ExtendedLocation クラス

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

public final class ExtendedLocation

拡張場所の複合型。

コンストラクターの概要

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

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

メソッドの概要

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

name プロパティを取得します。拡張場所の名前。

ExtendedLocationTypes type()

type プロパティを取得します。拡張場所の型。

void validate()

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

ExtendedLocation withName(String name)

name プロパティを設定します。 拡張場所の名前。

ExtendedLocation 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:

name - 設定する名前の値。

Returns:

ExtendedLocation オブジェクト自体。

withType

public ExtendedLocation withType(ExtendedLocationTypes type)

type プロパティを設定します。拡張場所の型。

Parameters:

type - 設定する型の値。

Returns:

ExtendedLocation オブジェクト自体。

適用対象