azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

506 строки
47 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient"
fullName: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient"
name: "InboundNatRulesClient"
nameWithType: "InboundNatRulesClient"
summary: "An instance of this class provides access to all the operations defined in Inbound<wbr>Nat<wbr>Rules<wbr>Client."
syntax: "public interface **InboundNatRulesClient**"
methods:
- uid: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner)"
fullName: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.beginCreateOrUpdate(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)"
name: "beginCreateOrUpdate(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)"
nameWithType: "InboundNatRulesClient.beginCreateOrUpdate(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)"
summary: "Creates or updates a load balancer inbound NAT rule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the load balancer."
name: "loadBalancerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the inbound NAT rule."
name: "inboundNatRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the create or update inbound NAT rule operation."
name: "inboundNatRuleParameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner&text=InboundNatRuleInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<InboundNatRuleInner>,InboundNatRuleInner> beginCreateOrUpdate(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)"
desc: "Creates or updates a load balancer inbound NAT rule."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of inbound NAT rule of the load balancer."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner&text=InboundNatRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner&text=InboundNatRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.beginCreateOrUpdate(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters, Context context)"
name: "beginCreateOrUpdate(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters, Context context)"
nameWithType: "InboundNatRulesClient.beginCreateOrUpdate(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters, Context context)"
summary: "Creates or updates a load balancer inbound NAT rule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the load balancer."
name: "loadBalancerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the inbound NAT rule."
name: "inboundNatRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the create or update inbound NAT rule operation."
name: "inboundNatRuleParameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner&text=InboundNatRuleInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<InboundNatRuleInner>,InboundNatRuleInner> beginCreateOrUpdate(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters, Context context)"
desc: "Creates or updates a load balancer inbound NAT rule."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of inbound NAT rule of the load balancer."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner&text=InboundNatRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner&text=InboundNatRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.beginCreateOrUpdateAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner)"
fullName: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.beginCreateOrUpdateAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)"
name: "beginCreateOrUpdateAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)"
nameWithType: "InboundNatRulesClient.beginCreateOrUpdateAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)"
summary: "Creates or updates a load balancer inbound NAT rule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the load balancer."
name: "loadBalancerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the inbound NAT rule."
name: "inboundNatRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the create or update inbound NAT rule operation."
name: "inboundNatRuleParameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner&text=InboundNatRuleInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PollerFlux<PollResult<InboundNatRuleInner>,InboundNatRuleInner> beginCreateOrUpdateAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)"
desc: "Creates or updates a load balancer inbound NAT rule."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of inbound NAT rule of the load balancer."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner&text=InboundNatRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner&text=InboundNatRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.beginDelete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.beginDelete(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
name: "beginDelete(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
nameWithType: "InboundNatRulesClient.beginDelete(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
summary: "Deletes the specified load balancer inbound NAT rule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the load balancer."
name: "loadBalancerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the inbound NAT rule."
name: "inboundNatRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
desc: "Deletes the specified load balancer inbound NAT rule."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.beginDelete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.beginDelete(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, Context context)"
name: "beginDelete(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, Context context)"
nameWithType: "InboundNatRulesClient.beginDelete(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, Context context)"
summary: "Deletes the specified load balancer inbound NAT rule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the load balancer."
name: "loadBalancerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the inbound NAT rule."
name: "inboundNatRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, Context context)"
desc: "Deletes the specified load balancer inbound NAT rule."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.beginDeleteAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.beginDeleteAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
name: "beginDeleteAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
nameWithType: "InboundNatRulesClient.beginDeleteAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
summary: "Deletes the specified load balancer inbound NAT rule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the load balancer."
name: "loadBalancerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the inbound NAT rule."
name: "inboundNatRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
desc: "Deletes the specified load balancer inbound NAT rule."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner)"
fullName: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.createOrUpdate(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)"
name: "createOrUpdate(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)"
nameWithType: "InboundNatRulesClient.createOrUpdate(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)"
summary: "Creates or updates a load balancer inbound NAT rule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the load balancer."
name: "loadBalancerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the inbound NAT rule."
name: "inboundNatRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the create or update inbound NAT rule operation."
name: "inboundNatRuleParameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner&text=InboundNatRuleInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract InboundNatRuleInner createOrUpdate(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)"
desc: "Creates or updates a load balancer inbound NAT rule."
returns:
description: "inbound NAT rule of the load balancer."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner&text=InboundNatRuleInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.createOrUpdate(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters, Context context)"
name: "createOrUpdate(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters, Context context)"
nameWithType: "InboundNatRulesClient.createOrUpdate(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters, Context context)"
summary: "Creates or updates a load balancer inbound NAT rule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the load balancer."
name: "loadBalancerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the inbound NAT rule."
name: "inboundNatRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the create or update inbound NAT rule operation."
name: "inboundNatRuleParameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner&text=InboundNatRuleInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract InboundNatRuleInner createOrUpdate(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters, Context context)"
desc: "Creates or updates a load balancer inbound NAT rule."
returns:
description: "inbound NAT rule of the load balancer."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner&text=InboundNatRuleInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.createOrUpdateAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner)"
fullName: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.createOrUpdateAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)"
name: "createOrUpdateAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)"
nameWithType: "InboundNatRulesClient.createOrUpdateAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)"
summary: "Creates or updates a load balancer inbound NAT rule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the load balancer."
name: "loadBalancerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the inbound NAT rule."
name: "inboundNatRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the create or update inbound NAT rule operation."
name: "inboundNatRuleParameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner&text=InboundNatRuleInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<InboundNatRuleInner> createOrUpdateAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)"
desc: "Creates or updates a load balancer inbound NAT rule."
returns:
description: "inbound NAT rule of the load balancer on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner&text=InboundNatRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.createOrUpdateWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner)"
fullName: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)"
name: "createOrUpdateWithResponseAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)"
nameWithType: "InboundNatRulesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)"
summary: "Creates or updates a load balancer inbound NAT rule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the load balancer."
name: "loadBalancerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the inbound NAT rule."
name: "inboundNatRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the create or update inbound NAT rule operation."
name: "inboundNatRuleParameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner&text=InboundNatRuleInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)"
desc: "Creates or updates a load balancer inbound NAT rule."
returns:
description: "inbound NAT rule of the load balancer along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.delete(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
name: "delete(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
nameWithType: "InboundNatRulesClient.delete(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
summary: "Deletes the specified load balancer inbound NAT rule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the load balancer."
name: "loadBalancerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the inbound NAT rule."
name: "inboundNatRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
desc: "Deletes the specified load balancer inbound NAT rule."
- uid: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.delete(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, Context context)"
name: "delete(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, Context context)"
nameWithType: "InboundNatRulesClient.delete(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, Context context)"
summary: "Deletes the specified load balancer inbound NAT rule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the load balancer."
name: "loadBalancerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the inbound NAT rule."
name: "inboundNatRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void delete(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, Context context)"
desc: "Deletes the specified load balancer inbound NAT rule."
- uid: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.deleteAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.deleteAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
name: "deleteAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
nameWithType: "InboundNatRulesClient.deleteAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
summary: "Deletes the specified load balancer inbound NAT rule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the load balancer."
name: "loadBalancerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the inbound NAT rule."
name: "inboundNatRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Void> deleteAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
desc: "Deletes the specified load balancer inbound NAT rule."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.deleteWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.deleteWithResponseAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
name: "deleteWithResponseAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
nameWithType: "InboundNatRulesClient.deleteWithResponseAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
summary: "Deletes the specified load balancer inbound NAT rule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the load balancer."
name: "loadBalancerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the inbound NAT rule."
name: "inboundNatRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
desc: "Deletes the specified load balancer inbound NAT rule."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.get(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
name: "get(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
nameWithType: "InboundNatRulesClient.get(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
summary: "Gets the specified load balancer inbound NAT rule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the load balancer."
name: "loadBalancerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the inbound NAT rule."
name: "inboundNatRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract InboundNatRuleInner get(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
desc: "Gets the specified load balancer inbound NAT rule."
returns:
description: "the specified load balancer inbound NAT rule."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner&text=InboundNatRuleInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.getAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.getAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
name: "getAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
nameWithType: "InboundNatRulesClient.getAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
summary: "Gets the specified load balancer inbound NAT rule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the load balancer."
name: "loadBalancerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the inbound NAT rule."
name: "inboundNatRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<InboundNatRuleInner> getAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)"
desc: "Gets the specified load balancer inbound NAT rule."
returns:
description: "the specified load balancer inbound NAT rule on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner&text=InboundNatRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.getWithResponse(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, String expand, Context context)"
name: "getWithResponse(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, String expand, Context context)"
nameWithType: "InboundNatRulesClient.getWithResponse(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, String expand, Context context)"
summary: "Gets the specified load balancer inbound NAT rule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the load balancer."
name: "loadBalancerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the inbound NAT rule."
name: "inboundNatRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Expands referenced resources."
name: "expand"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<InboundNatRuleInner> getWithResponse(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, String expand, Context context)"
desc: "Gets the specified load balancer inbound NAT rule."
returns:
description: "the specified load balancer inbound NAT rule along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner&text=InboundNatRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.getWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.getWithResponseAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, String expand)"
name: "getWithResponseAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, String expand)"
nameWithType: "InboundNatRulesClient.getWithResponseAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, String expand)"
summary: "Gets the specified load balancer inbound NAT rule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the load balancer."
name: "loadBalancerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the inbound NAT rule."
name: "inboundNatRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Expands referenced resources."
name: "expand"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<InboundNatRuleInner>> getWithResponseAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, String expand)"
desc: "Gets the specified load balancer inbound NAT rule."
returns:
description: "the specified load balancer inbound NAT rule along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner&text=InboundNatRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.list(String resourceGroupName, String loadBalancerName)"
name: "list(String resourceGroupName, String loadBalancerName)"
nameWithType: "InboundNatRulesClient.list(String resourceGroupName, String loadBalancerName)"
summary: "Gets all the inbound NAT rules in a load balancer."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the load balancer."
name: "loadBalancerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<InboundNatRuleInner> list(String resourceGroupName, String loadBalancerName)"
desc: "Gets all the inbound NAT rules in a load balancer."
returns:
description: "all the inbound NAT rules in a load balancer as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner&text=InboundNatRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.list(String resourceGroupName, String loadBalancerName, Context context)"
name: "list(String resourceGroupName, String loadBalancerName, Context context)"
nameWithType: "InboundNatRulesClient.list(String resourceGroupName, String loadBalancerName, Context context)"
summary: "Gets all the inbound NAT rules in a load balancer."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the load balancer."
name: "loadBalancerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<InboundNatRuleInner> list(String resourceGroupName, String loadBalancerName, Context context)"
desc: "Gets all the inbound NAT rules in a load balancer."
returns:
description: "all the inbound NAT rules in a load balancer as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner&text=InboundNatRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.listAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.InboundNatRulesClient.listAsync(String resourceGroupName, String loadBalancerName)"
name: "listAsync(String resourceGroupName, String loadBalancerName)"
nameWithType: "InboundNatRulesClient.listAsync(String resourceGroupName, String loadBalancerName)"
summary: "Gets all the inbound NAT rules in a load balancer."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the load balancer."
name: "loadBalancerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<InboundNatRuleInner> listAsync(String resourceGroupName, String loadBalancerName)"
desc: "Gets all the inbound NAT rules in a load balancer."
returns:
description: "all the inbound NAT rules in a load balancer as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.InboundNatRuleInner&text=InboundNatRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in InboundNatRulesClient."
metadata: {}
package: "com.azure.resourcemanager.network.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0