ApplicationGatewayPrivateLinkResourceListResult interface
Response for ListApplicationGatewayPrivateLinkResources API service call. Gets all private link resources for an application gateway.
Properties
next |
URL to get the next set of results. |
value | List of private link resources of an application gateway. |
Property Details
nextLink
URL to get the next set of results.
nextLink?: string
Property Value
string
value
List of private link resources of an application gateway.
value?: ApplicationGatewayPrivateLinkResource[]