Uses of Class
com.azure.resourcemanager.network.models.VirtualRouterPeeringListResult
-
Packages that use VirtualRouterPeeringListResult Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of VirtualRouterPeeringListResult in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VirtualRouterPeeringListResult Modifier and Type Method Description VirtualRouterPeeringListResultVirtualRouterPeeringListResult. withNextLink(String nextLink)Set the nextLink property: URL to get the next set of results.VirtualRouterPeeringListResultVirtualRouterPeeringListResult. withValue(List<VirtualRouterPeeringInner> value)Set the value property: List of VirtualRouterPeerings in a VirtualRouter.
-