Compartilhar via


BastionShareableLinkListResult Class

Response for all the Bastion Shareable Link endpoints.

Inheritance
azure.mgmt.network._serialization.Model
BastionShareableLinkListResult

Constructor

BastionShareableLinkListResult(*, value: List[_models.BastionShareableLink] | None = None, next_link: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
value

List of Bastion Shareable Links for the request.

next_link
str

The URL to get the next set of results.

Variables

Name Description
value

List of Bastion Shareable Links for the request.

next_link
str

The URL to get the next set of results.