Uses of Class
com.azure.resourcemanager.network.models.ListVpnSiteLinksResult
Packages that use ListVpnSiteLinksResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ListVpnSiteLinksResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ListVpnSiteLinksResultModifier and TypeClassDescriptionfinal classResult of the request to list VpnSiteLinks.Methods in com.azure.resourcemanager.network.models that return ListVpnSiteLinksResultModifier and TypeMethodDescriptionstatic ListVpnSiteLinksResultListVpnSiteLinksResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ListVpnSiteLinksResult from the JsonReader.ListVpnSiteLinksResult.withNextLink(String nextLink) Set the nextLink property: URL to get the next set of operation list results if there are any.ListVpnSiteLinksResult.withValue(List<VpnSiteLinkInner> value) Set the value property: List of VpnSitesLinks.