BastionActiveSessionListResult Class
Response for GetActiveSessions.
- Inheritance
-
azure.mgmt.network._serialization.ModelBastionActiveSessionListResult
Constructor
BastionActiveSessionListResult(*, value: List[_models.BastionActiveSession] | None = None, next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
List of active sessions on the bastion. |
next_link
|
The URL to get the next set of results. |
Variables
Name | Description |
---|---|
value
|
List of active sessions on the bastion. |
next_link
|
The URL to get the next set of results. |