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