Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayPrivateLinkResourceListResult
-
Packages that use ApplicationGatewayPrivateLinkResourceListResult Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewayPrivateLinkResourceListResult in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayPrivateLinkResourceListResult Modifier and Type Method Description ApplicationGatewayPrivateLinkResourceListResultApplicationGatewayPrivateLinkResourceListResult. withNextLink(String nextLink)Set the nextLink property: URL to get the next set of results.ApplicationGatewayPrivateLinkResourceListResultApplicationGatewayPrivateLinkResourceListResult. withValue(List<ApplicationGatewayPrivateLinkResourceInner> value)Set the value property: List of private link resources of an application gateway.
-