Uses of Class
com.azure.resourcemanager.network.models.InboundNatRuleListResult
Packages that use InboundNatRuleListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of InboundNatRuleListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type InboundNatRuleListResultModifier and TypeClassDescriptionfinal classResponse for ListInboundNatRule API service call.Methods in com.azure.resourcemanager.network.models that return InboundNatRuleListResultModifier and TypeMethodDescriptionstatic InboundNatRuleListResultInboundNatRuleListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of InboundNatRuleListResult from the JsonReader.InboundNatRuleListResult.withValue(List<InboundNatRuleInner> value) Set the value property: A list of inbound NAT rules in a load balancer.