LeaseState 列挙型

定義

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

public enum LeaseState
type LeaseState = 
Public Enum LeaseState
継承
LeaseState

フィールド

Available 1

リースの状態は Available です。

Breaking 4

リースの状態は Breaking です。

Broken 5

リースの状態は Broken です。

Expired 3

リースの状態は Expired です。

Leased 2

リースの状態は Leased です。

Unspecified 0

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

適用対象