Uses of Class
com.azure.resourcemanager.network.models.VirtualNetworkGatewayListConnectionsResult
Packages that use VirtualNetworkGatewayListConnectionsResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of VirtualNetworkGatewayListConnectionsResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type VirtualNetworkGatewayListConnectionsResultModifier and TypeClassDescriptionfinal classResponse for the VirtualNetworkGatewayListConnections API service call.Methods in com.azure.resourcemanager.network.models that return VirtualNetworkGatewayListConnectionsResultModifier and TypeMethodDescriptionVirtualNetworkGatewayListConnectionsResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualNetworkGatewayListConnectionsResult from the JsonReader.VirtualNetworkGatewayListConnectionsResult.withValue(List<VirtualNetworkGatewayConnectionListEntityInner> value) Set the value property: A list of VirtualNetworkGatewayConnection resources that exists in a resource group.