Uses of Class
com.azure.resourcemanager.network.fluent.models.BackendAddressInboundNatRulePortMappingsInner
Packages that use BackendAddressInboundNatRulePortMappingsInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of BackendAddressInboundNatRulePortMappingsInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return BackendAddressInboundNatRulePortMappingsInnerModifier and TypeMethodDescriptionLoadBalancersClient.listInboundNatRulePortMappings(String groupName, String loadBalancerName, String backendPoolName, QueryInboundNatRulePortMappingRequest parameters) List of inbound NAT rule port mappings.LoadBalancersClient.listInboundNatRulePortMappings(String groupName, String loadBalancerName, String backendPoolName, QueryInboundNatRulePortMappingRequest parameters, com.azure.core.util.Context context) List of inbound NAT rule port mappings.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type BackendAddressInboundNatRulePortMappingsInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BackendAddressInboundNatRulePortMappingsInner>, BackendAddressInboundNatRulePortMappingsInner> LoadBalancersClient.beginListInboundNatRulePortMappings(String groupName, String loadBalancerName, String backendPoolName, QueryInboundNatRulePortMappingRequest parameters) List of inbound NAT rule port mappings.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BackendAddressInboundNatRulePortMappingsInner>, BackendAddressInboundNatRulePortMappingsInner> LoadBalancersClient.beginListInboundNatRulePortMappings(String groupName, String loadBalancerName, String backendPoolName, QueryInboundNatRulePortMappingRequest parameters) List of inbound NAT rule port mappings.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BackendAddressInboundNatRulePortMappingsInner>, BackendAddressInboundNatRulePortMappingsInner> LoadBalancersClient.beginListInboundNatRulePortMappings(String groupName, String loadBalancerName, String backendPoolName, QueryInboundNatRulePortMappingRequest parameters, com.azure.core.util.Context context) List of inbound NAT rule port mappings.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BackendAddressInboundNatRulePortMappingsInner>, BackendAddressInboundNatRulePortMappingsInner> LoadBalancersClient.beginListInboundNatRulePortMappings(String groupName, String loadBalancerName, String backendPoolName, QueryInboundNatRulePortMappingRequest parameters, com.azure.core.util.Context context) List of inbound NAT rule port mappings.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<BackendAddressInboundNatRulePortMappingsInner>, BackendAddressInboundNatRulePortMappingsInner> LoadBalancersClient.beginListInboundNatRulePortMappingsAsync(String groupName, String loadBalancerName, String backendPoolName, QueryInboundNatRulePortMappingRequest parameters) List of inbound NAT rule port mappings.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<BackendAddressInboundNatRulePortMappingsInner>, BackendAddressInboundNatRulePortMappingsInner> LoadBalancersClient.beginListInboundNatRulePortMappingsAsync(String groupName, String loadBalancerName, String backendPoolName, QueryInboundNatRulePortMappingRequest parameters) List of inbound NAT rule port mappings.LoadBalancersClient.listInboundNatRulePortMappingsAsync(String groupName, String loadBalancerName, String backendPoolName, QueryInboundNatRulePortMappingRequest parameters) List of inbound NAT rule port mappings. -
Uses of BackendAddressInboundNatRulePortMappingsInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return BackendAddressInboundNatRulePortMappingsInnerModifier and TypeMethodDescriptionBackendAddressInboundNatRulePortMappingsInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BackendAddressInboundNatRulePortMappingsInner from the JsonReader.BackendAddressInboundNatRulePortMappingsInner.withInboundNatRulePortMappings(List<InboundNatRulePortMapping> inboundNatRulePortMappings) Set the inboundNatRulePortMappings property: Collection of inbound NAT rule port mappings.