ManagementLockListResult Class
The list of locks.
Constructor
ManagementLockListResult(*, value: List[_models.ManagementLockObject] | None = None, next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
value
|
The list of locks. Default value: None
|
|
next_link
|
The URL to use for getting the next set of results. Default value: None
|
Variables
| Name | Description |
|---|---|
|
value
|
The list of locks. |
|
next_link
|
The URL to use for getting the next set of results. |