Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayPrivateLinkResourceListResult
Packages that use ApplicationGatewayPrivateLinkResourceListResult
Package
Description
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 ApplicationGatewayPrivateLinkResourceListResultModifier and TypeMethodDescriptionApplicationGatewayPrivateLinkResourceListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayPrivateLinkResourceListResult from the JsonReader.ApplicationGatewayPrivateLinkResourceListResult.withNextLink(String nextLink) Set the nextLink property: URL to get the next set of results.ApplicationGatewayPrivateLinkResourceListResult.withValue(List<ApplicationGatewayPrivateLinkResourceInner> value) Set the value property: List of private link resources of an application gateway.