ApplicationGatewayPrivateLinkResourceListResult Class
Response for ListApplicationGatewayPrivateLinkResources API service call. Gets all private link resources for an application gateway.
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. Default value: None
|
next_link
|
URL to get the next set of results. Default value: None
|
Variables
Name | Description |
---|---|
value
|
List of private link resources of an application gateway. |
next_link
|
URL to get the next set of results. |