ApplicationGatewayPrivateLinkResourceListResult interface

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

Properties

nextLink

URL to get the next set of results.

value

List of private link resources of an application gateway.

Property Details

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[]

Property Value