Uses of Class
com.azure.resourcemanager.network.models.NetworkInterfaceListResult
Packages that use NetworkInterfaceListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkInterfaceListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type NetworkInterfaceListResultModifier and TypeClassDescriptionfinal classResponse for the ListNetworkInterface API service call.Methods in com.azure.resourcemanager.network.models that return NetworkInterfaceListResultModifier and TypeMethodDescriptionstatic NetworkInterfaceListResultNetworkInterfaceListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkInterfaceListResult from the JsonReader.NetworkInterfaceListResult.withValue(List<NetworkInterfaceInner> value) Set the value property: A list of network interfaces in a resource group.