LeaseState 列挙型

定義

有効期間リースの有効なリースのステータスを示します。

public enum class LeaseState
[System.Serializable]
public enum LeaseState
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum LeaseState
[<System.Serializable>]
type LeaseState = 
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type LeaseState = 
Public Enum LeaseState
継承
LeaseState
属性

フィールド

Active 2

リースはアクティブで、有効期限が切れていません。

Expired 4

リースは有効期限が切れていて、更新できません。

Initial 1

リースは作成済みですが、アクティブになっていません。

Null 0

リースは初期化されていません。

Renewing 3

リースは有効期限が切れていて、スポンサシップをシークしています。

注釈

プロパティは CurrentState 、リースのリース状態を返します。

適用対象