Uses of Class
com.azure.resourcemanager.network.models.VirtualNetworkPeeringListResult
Packages that use VirtualNetworkPeeringListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of VirtualNetworkPeeringListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type VirtualNetworkPeeringListResultModifier and TypeClassDescriptionfinal classResponse for ListSubnets API service call.Methods in com.azure.resourcemanager.network.models that return VirtualNetworkPeeringListResultModifier and TypeMethodDescriptionVirtualNetworkPeeringListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualNetworkPeeringListResult from the JsonReader.VirtualNetworkPeeringListResult.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of results.VirtualNetworkPeeringListResult.withValue(List<VirtualNetworkPeeringInner> value) Set the value property: The peerings in a virtual network.