Compartilhar via


BastionHostListResult Class

Response for ListBastionHosts API service call.

Inheritance
azure.mgmt.network._serialization.Model
BastionHostListResult

Constructor

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

Keyword-Only Parameters

Name Description
value

List of Bastion Hosts in a resource group.

next_link
str

URL to get the next set of results.

Variables

Name Description
value

List of Bastion Hosts in a resource group.

next_link
str

URL to get the next set of results.