LeaseState Enum

Definition

The lease state of a resource.

public enum LeaseState
type LeaseState = 
Public Enum LeaseState
Inheritance
LeaseState

Fields

Available 1

The lease is in the Available state.

Breaking 4

The lease is in the Breaking state.

Broken 5

The lease is in the Broken state.

Expired 3

The lease is in the Expired state.

Leased 2

The lease is in the Leased state.

Unspecified 0

The lease state is not specified.

Applies to