Compartilhar via


BastionActiveSessionListResult Class

Response for GetActiveSessions.

Inheritance
azure.mgmt.network._serialization.Model
BastionActiveSessionListResult

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
str

The URL to get the next set of results.

Variables

Name Description
value

List of active sessions on the bastion.

next_link
str

The URL to get the next set of results.