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