Uses of Class
com.azure.resourcemanager.network.models.QueryInboundNatRulePortMappingRequest
Packages that use QueryInboundNatRulePortMappingRequest
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of QueryInboundNatRulePortMappingRequest in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type QueryInboundNatRulePortMappingRequestModifier 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, 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.LoadBalancersClient.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.LoadBalancersClient.listInboundNatRulePortMappingsAsync(String groupName, String loadBalancerName, String backendPoolName, QueryInboundNatRulePortMappingRequest parameters) List of inbound NAT rule port mappings.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> LoadBalancersClient.listInboundNatRulePortMappingsWithResponseAsync(String groupName, String loadBalancerName, String backendPoolName, QueryInboundNatRulePortMappingRequest parameters) List of inbound NAT rule port mappings. -
Uses of QueryInboundNatRulePortMappingRequest in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return QueryInboundNatRulePortMappingRequestModifier and TypeMethodDescriptionQueryInboundNatRulePortMappingRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of QueryInboundNatRulePortMappingRequest from the JsonReader.QueryInboundNatRulePortMappingRequest.withIpAddress(String ipAddress) Set the ipAddress property: IP address set in load balancer backend address.QueryInboundNatRulePortMappingRequest.withIpConfiguration(com.azure.core.management.SubResource ipConfiguration) Set the ipConfiguration property: NetworkInterfaceIPConfiguration set in load balancer backend address.