Uses of Class
com.azure.resourcemanager.network.models.VirtualNetworkListResult
Packages that use VirtualNetworkListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of VirtualNetworkListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type VirtualNetworkListResultModifier and TypeClassDescriptionfinal classResponse for the ListVirtualNetworks API service call.Methods in com.azure.resourcemanager.network.models that return VirtualNetworkListResultModifier and TypeMethodDescriptionstatic VirtualNetworkListResultVirtualNetworkListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualNetworkListResult from the JsonReader.VirtualNetworkListResult.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of results.VirtualNetworkListResult.withValue(List<VirtualNetworkInner> value) Set the value property: A list of VirtualNetwork resources in a resource group.