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