Uses of Class
com.azure.resourcemanager.network.models.NetworkInterfaceTapConfigurationListResult
Packages that use NetworkInterfaceTapConfigurationListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkInterfaceTapConfigurationListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type NetworkInterfaceTapConfigurationListResultModifier and TypeClassDescriptionfinal classResponse for list tap configurations API service call.Methods in com.azure.resourcemanager.network.models that return NetworkInterfaceTapConfigurationListResultModifier and TypeMethodDescriptionNetworkInterfaceTapConfigurationListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkInterfaceTapConfigurationListResult from the JsonReader.NetworkInterfaceTapConfigurationListResult.withValue(List<NetworkInterfaceTapConfigurationInner> value) Set the value property: A list of tap configurations.