FeatureProperties クラス

  • java.lang.Object
    • com.microsoft.azure.management.resources.FeatureProperties

public class FeatureProperties

機能に関する情報。

コンストラクターの概要

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

メソッドの概要

修飾子と型 メソッドと説明
java.lang.String state()

状態の値を取得します。

FeatureProperties withState(String state)

状態の値を設定します。

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

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

コンストラクターの詳細

FeatureProperties

public FeatureProperties()

メソッドの詳細

state

public String state()

状態の値を取得します。

Returns:

状態の値

withState

public FeatureProperties withState(String state)

状態の値を設定します。

Parameters:

state - 設定する状態の値

Returns:

FeatureProperties オブジェクト自体。

適用対象