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