| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
InboundNatRuleInner |
InboundNatRulesClient.createOrUpdate(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName,
InboundNatRuleInner inboundNatRuleParameters)
Creates or updates a load balancer inbound nat rule.
|
InboundNatRuleInner |
InboundNatRulesClient.createOrUpdate(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName,
InboundNatRuleInner inboundNatRuleParameters,
com.azure.core.util.Context context)
Creates or updates a load balancer inbound nat rule.
|
InboundNatRuleInner |
InboundNatRulesClient.get(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName)
Gets the specified load balancer inbound nat rule.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InboundNatRuleInner>,InboundNatRuleInner> |
InboundNatRulesClient.beginCreateOrUpdate(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName,
InboundNatRuleInner inboundNatRuleParameters)
Creates or updates a load balancer inbound nat rule.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InboundNatRuleInner>,InboundNatRuleInner> |
InboundNatRulesClient.beginCreateOrUpdate(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName,
InboundNatRuleInner inboundNatRuleParameters,
com.azure.core.util.Context context)
Creates or updates a load balancer inbound nat rule.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<InboundNatRuleInner>,InboundNatRuleInner> |
InboundNatRulesClient.beginCreateOrUpdateAsync(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName,
InboundNatRuleInner inboundNatRuleParameters)
Creates or updates a load balancer inbound nat rule.
|
InboundNatRuleInner |
InboundNatRulesClient.createOrUpdate(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName,
InboundNatRuleInner inboundNatRuleParameters)
Creates or updates a load balancer inbound nat rule.
|
InboundNatRuleInner |
InboundNatRulesClient.createOrUpdate(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName,
InboundNatRuleInner inboundNatRuleParameters,
com.azure.core.util.Context context)
Creates or updates a load balancer inbound nat rule.
|
Mono<InboundNatRuleInner> |
InboundNatRulesClient.createOrUpdateAsync(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName,
InboundNatRuleInner inboundNatRuleParameters)
Creates or updates a load balancer inbound nat rule.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
InboundNatRulesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String loadBalancerName,
String inboundNatRuleName,
InboundNatRuleInner inboundNatRuleParameters)
Creates or updates a load balancer inbound nat rule.
|
| Modifier and Type | Method and Description |
|---|---|
InboundNatRuleInner |
InboundNatRuleInner.withBackendPort(Integer backendPort)
Set the backendPort property: The port used for the internal endpoint.
|
InboundNatRuleInner |
InboundNatRuleInner.withEnableFloatingIp(Boolean enableFloatingIp)
Set the enableFloatingIp property: Configures a virtual machine's endpoint for the floating IP capability
required to configure a SQL AlwaysOn Availability Group.
|
InboundNatRuleInner |
InboundNatRuleInner.withEnableTcpReset(Boolean enableTcpReset)
Set the enableTcpReset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected
connection termination.
|
InboundNatRuleInner |
InboundNatRuleInner.withFrontendIpConfiguration(com.azure.core.management.SubResource frontendIpConfiguration)
Set the frontendIpConfiguration property: A reference to frontend IP addresses.
|
InboundNatRuleInner |
InboundNatRuleInner.withFrontendPort(Integer frontendPort)
Set the frontendPort property: The port for the external endpoint.
|
InboundNatRuleInner |
InboundNatRuleInner.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)
Set the idleTimeoutInMinutes property: The timeout for the TCP idle connection.
|
InboundNatRuleInner |
InboundNatRuleInner.withName(String name)
Set the name property: The name of the resource that is unique within the set of inbound NAT rules used by the
load balancer.
|
InboundNatRuleInner |
InboundNatRuleInner.withProtocol(TransportProtocol protocol)
Set the protocol property: The reference to the transport protocol used by the load balancing rule.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.