Class NetworkInterfaceTapConfigurationListResult
java.lang.Object
com.azure.resourcemanager.network.models.NetworkInterfaceTapConfigurationListResult
Response for list tap configurations API service call.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of NetworkInterfaceTapConfigurationListResult class. -
Method Summary
-
Constructor Details
-
NetworkInterfaceTapConfigurationListResult
public NetworkInterfaceTapConfigurationListResult()Creates an instance of NetworkInterfaceTapConfigurationListResult class.
-
-
Method Details
-
value
Get the value property: A list of tap configurations.- Returns:
- the value value.
-
withValue
public NetworkInterfaceTapConfigurationListResult withValue(List<NetworkInterfaceTapConfigurationInner> value) Set the value property: A list of tap configurations.- Parameters:
value- the value value to set.- Returns:
- the NetworkInterfaceTapConfigurationListResult 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.
-