LeaseState 列挙型

  • java.lang.Object
    • java.lang.Enum<LeaseState>
      • com.microsoft.azure.storage.blob.LeaseState

public enum LeaseState

リソースのリース状態です。

フィールド

AVAILABLE

リースの状態は Available です。

BREAKING

リースの状態は Breaking です。

EXPIRED

リースの状態は Expired です。

LEASED

リースの状態は Leased です。

UNSPECIFIED

リースの状態が指定されていません。

継承メンバー

com.microsoft.azure.storage.blob._lease_state_1aaef51124f773aae8a50e7877a8d09f82

メソッド

parse(final String typeString)

protected static LeaseState parse(final String typeString)

指定された文字列からリース状態を解析します。

パラメーター

typeString
final String
String解析するリース状態を格納する 。

戻り値

LeaseStatusリース状態を表す 値。

適用対象