Class NetworkInterfaceIpConfigurationListResult
- java.lang.Object
-
- com.azure.resourcemanager.network.models.NetworkInterfaceIpConfigurationListResult
-
public final class NetworkInterfaceIpConfigurationListResult extends Object
Response for list ip configurations API service call.
-
-
Constructor Summary
Constructors Constructor Description NetworkInterfaceIpConfigurationListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The URL to get the next set of results.voidvalidate()Validates the instance.List<NetworkInterfaceIpConfigurationInner>value()Get the value property: A list of ip configurations.NetworkInterfaceIpConfigurationListResultwithValue(List<NetworkInterfaceIpConfigurationInner> value)Set the value property: A list of ip configurations.
-
-
-
Method Detail
-
value
public List<NetworkInterfaceIpConfigurationInner> 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
public String 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.
-
-