Compartilhar via


ApplicationGatewayPrivateLinkResourceListResult Class

Response for ListApplicationGatewayPrivateLinkResources API service call. Gets all private link resources for an application gateway.

Inheritance
azure.mgmt.network._serialization.Model
ApplicationGatewayPrivateLinkResourceListResult

Constructor

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

Keyword-Only Parameters

Name Description
value

List of private link resources of an application gateway.

next_link
str

URL to get the next set of results.

Variables

Name Description
value

List of private link resources of an application gateway.

next_link
str

URL to get the next set of results.