Uses of Class
com.azure.resourcemanager.network.models.NatGatewayListResult
Packages that use NatGatewayListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NatGatewayListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type NatGatewayListResultModifier and TypeClassDescriptionfinal classResponse for ListNatGateways API service call.Methods in com.azure.resourcemanager.network.models that return NatGatewayListResultModifier and TypeMethodDescriptionstatic NatGatewayListResultNatGatewayListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NatGatewayListResult from the JsonReader.NatGatewayListResult.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of results.NatGatewayListResult.withValue(List<NatGatewayInner> value) Set the value property: A list of Nat Gateways that exists in a resource group.