Class NetworkInterfaceIpConfigurationListResult
java.lang.Object
com.azure.resourcemanager.network.models.NetworkInterfaceIpConfigurationListResult
Response for list ip configurations API service call.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of NetworkInterfaceIpConfigurationListResult class. -
Method Summary
-
Constructor Details
-
NetworkInterfaceIpConfigurationListResult
public NetworkInterfaceIpConfigurationListResult()Creates an instance of NetworkInterfaceIpConfigurationListResult class.
-
-
Method Details
-
value
Get the value property: A list of ip configurations.- Returns:
- the value value.
-
withValue
public NetworkInterfaceIpConfigurationListResult withValue(List<NetworkInterfaceIpConfigurationInner> value) Set the value property: A list of ip configurations.- Parameters:
value- the value value to set.- Returns:
- the NetworkInterfaceIpConfigurationListResult object itself.
-
nextLink
Get the nextLink property: The URL to get the next set of results.- Returns:
- the nextLink value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-