Class VirtualNetworkGatewayListConnectionsResult
java.lang.Object
com.azure.resourcemanager.network.models.VirtualNetworkGatewayListConnectionsResult
Response for the VirtualNetworkGatewayListConnections API service call.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of VirtualNetworkGatewayListConnectionsResult class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The URL to get the next set of results.voidvalidate()Validates the instance.value()Get the value property: A list of VirtualNetworkGatewayConnection resources that exists in a resource group.Set the value property: A list of VirtualNetworkGatewayConnection resources that exists in a resource group.
-
Constructor Details
-
VirtualNetworkGatewayListConnectionsResult
public VirtualNetworkGatewayListConnectionsResult()Creates an instance of VirtualNetworkGatewayListConnectionsResult class.
-
-
Method Details
-
value
Get the value property: A list of VirtualNetworkGatewayConnection resources that exists in a resource group.- Returns:
- the value value.
-
withValue
public VirtualNetworkGatewayListConnectionsResult withValue(List<VirtualNetworkGatewayConnectionListEntityInner> value) Set the value property: A list of VirtualNetworkGatewayConnection resources that exists in a resource group.- Parameters:
value- the value value to set.- Returns:
- the VirtualNetworkGatewayListConnectionsResult 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.
-