LeaseStatus 列挙型

定義

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

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

フィールド

Locked 1

リソースはロックされています。

Unlocked 2

リソースはロック可能な状態です。

Unspecified 0

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

適用対象