Class VirtualNetworkGatewayConnectionListResult
java.lang.Object
com.azure.resourcemanager.network.models.VirtualNetworkGatewayConnectionListResult
Response for the ListVirtualNetworkGatewayConnections API service call.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of VirtualNetworkGatewayConnectionListResult 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
-
VirtualNetworkGatewayConnectionListResult
public VirtualNetworkGatewayConnectionListResult()Creates an instance of VirtualNetworkGatewayConnectionListResult 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 VirtualNetworkGatewayConnectionListResult withValue(List<VirtualNetworkGatewayConnectionInner> 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 VirtualNetworkGatewayConnectionListResult 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.
-