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

500 строки
46 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.fluent.NatRulesClient"
fullName: "com.azure.resourcemanager.network.fluent.NatRulesClient"
name: "NatRulesClient"
nameWithType: "NatRulesClient"
summary: "An instance of this class provides access to all the operations defined in Nat<wbr>Rules<wbr>Client."
syntax: "public interface **NatRulesClient**"
methods:
- uid: "com.azure.resourcemanager.network.fluent.NatRulesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner)"
fullName: "com.azure.resourcemanager.network.fluent.NatRulesClient.beginCreateOrUpdate(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters)"
name: "beginCreateOrUpdate(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters)"
nameWithType: "NatRulesClient.beginCreateOrUpdate(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters)"
summary: "Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnGateway."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the gateway."
name: "gatewayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the nat rule."
name: "natRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to create or Update a Nat Rule."
name: "natRuleParameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner&text=VpnGatewayNatRuleInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<VpnGatewayNatRuleInner>,VpnGatewayNatRuleInner> beginCreateOrUpdate(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters)"
desc: "Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules."
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 vpnGatewayNatRule Resource."
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.VpnGatewayNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner&text=VpnGatewayNatRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner&text=VpnGatewayNatRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.NatRulesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.NatRulesClient.beginCreateOrUpdate(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters, Context context)"
name: "beginCreateOrUpdate(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters, Context context)"
nameWithType: "NatRulesClient.beginCreateOrUpdate(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters, Context context)"
summary: "Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnGateway."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the gateway."
name: "gatewayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the nat rule."
name: "natRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to create or Update a Nat Rule."
name: "natRuleParameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner&text=VpnGatewayNatRuleInner\" 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<VpnGatewayNatRuleInner>,VpnGatewayNatRuleInner> beginCreateOrUpdate(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters, Context context)"
desc: "Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules."
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 vpnGatewayNatRule Resource."
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.VpnGatewayNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner&text=VpnGatewayNatRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner&text=VpnGatewayNatRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.NatRulesClient.beginCreateOrUpdateAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner)"
fullName: "com.azure.resourcemanager.network.fluent.NatRulesClient.beginCreateOrUpdateAsync(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters)"
name: "beginCreateOrUpdateAsync(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters)"
nameWithType: "NatRulesClient.beginCreateOrUpdateAsync(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters)"
summary: "Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnGateway."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the gateway."
name: "gatewayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the nat rule."
name: "natRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to create or Update a Nat Rule."
name: "natRuleParameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner&text=VpnGatewayNatRuleInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PollerFlux<PollResult<VpnGatewayNatRuleInner>,VpnGatewayNatRuleInner> beginCreateOrUpdateAsync(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters)"
desc: "Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules."
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 vpnGatewayNatRule Resource."
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.VpnGatewayNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner&text=VpnGatewayNatRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner&text=VpnGatewayNatRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.NatRulesClient.beginDelete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.NatRulesClient.beginDelete(String resourceGroupName, String gatewayName, String natRuleName)"
name: "beginDelete(String resourceGroupName, String gatewayName, String natRuleName)"
nameWithType: "NatRulesClient.beginDelete(String resourceGroupName, String gatewayName, String natRuleName)"
summary: "Deletes a nat rule."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnGateway."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the gateway."
name: "gatewayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the nat rule."
name: "natRuleName"
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 gatewayName, String natRuleName)"
desc: "Deletes a 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.NatRulesClient.beginDelete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.NatRulesClient.beginDelete(String resourceGroupName, String gatewayName, String natRuleName, Context context)"
name: "beginDelete(String resourceGroupName, String gatewayName, String natRuleName, Context context)"
nameWithType: "NatRulesClient.beginDelete(String resourceGroupName, String gatewayName, String natRuleName, Context context)"
summary: "Deletes a nat rule."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnGateway."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the gateway."
name: "gatewayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the nat rule."
name: "natRuleName"
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 gatewayName, String natRuleName, Context context)"
desc: "Deletes a 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.NatRulesClient.beginDeleteAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.NatRulesClient.beginDeleteAsync(String resourceGroupName, String gatewayName, String natRuleName)"
name: "beginDeleteAsync(String resourceGroupName, String gatewayName, String natRuleName)"
nameWithType: "NatRulesClient.beginDeleteAsync(String resourceGroupName, String gatewayName, String natRuleName)"
summary: "Deletes a nat rule."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnGateway."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the gateway."
name: "gatewayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the nat rule."
name: "natRuleName"
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 gatewayName, String natRuleName)"
desc: "Deletes a 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.NatRulesClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner)"
fullName: "com.azure.resourcemanager.network.fluent.NatRulesClient.createOrUpdate(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters)"
name: "createOrUpdate(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters)"
nameWithType: "NatRulesClient.createOrUpdate(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters)"
summary: "Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnGateway."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the gateway."
name: "gatewayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the nat rule."
name: "natRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to create or Update a Nat Rule."
name: "natRuleParameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner&text=VpnGatewayNatRuleInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract VpnGatewayNatRuleInner createOrUpdate(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters)"
desc: "Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules."
returns:
description: "vpnGatewayNatRule Resource."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner&text=VpnGatewayNatRuleInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.NatRulesClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.NatRulesClient.createOrUpdate(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters, Context context)"
name: "createOrUpdate(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters, Context context)"
nameWithType: "NatRulesClient.createOrUpdate(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters, Context context)"
summary: "Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnGateway."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the gateway."
name: "gatewayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the nat rule."
name: "natRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to create or Update a Nat Rule."
name: "natRuleParameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner&text=VpnGatewayNatRuleInner\" 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 VpnGatewayNatRuleInner createOrUpdate(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters, Context context)"
desc: "Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules."
returns:
description: "vpnGatewayNatRule Resource."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner&text=VpnGatewayNatRuleInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.NatRulesClient.createOrUpdateAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner)"
fullName: "com.azure.resourcemanager.network.fluent.NatRulesClient.createOrUpdateAsync(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters)"
name: "createOrUpdateAsync(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters)"
nameWithType: "NatRulesClient.createOrUpdateAsync(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters)"
summary: "Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnGateway."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the gateway."
name: "gatewayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the nat rule."
name: "natRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to create or Update a Nat Rule."
name: "natRuleParameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner&text=VpnGatewayNatRuleInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<VpnGatewayNatRuleInner> createOrUpdateAsync(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters)"
desc: "Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules."
returns:
description: "vpnGatewayNatRule Resource 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.VpnGatewayNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner&text=VpnGatewayNatRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.NatRulesClient.createOrUpdateWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner)"
fullName: "com.azure.resourcemanager.network.fluent.NatRulesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters)"
name: "createOrUpdateWithResponseAsync(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters)"
nameWithType: "NatRulesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters)"
summary: "Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnGateway."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the gateway."
name: "gatewayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the nat rule."
name: "natRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to create or Update a Nat Rule."
name: "natRuleParameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner&text=VpnGatewayNatRuleInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters)"
desc: "Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules."
returns:
description: "vpnGatewayNatRule Resource 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 <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.NatRulesClient.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.NatRulesClient.delete(String resourceGroupName, String gatewayName, String natRuleName)"
name: "delete(String resourceGroupName, String gatewayName, String natRuleName)"
nameWithType: "NatRulesClient.delete(String resourceGroupName, String gatewayName, String natRuleName)"
summary: "Deletes a nat rule."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnGateway."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the gateway."
name: "gatewayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the nat rule."
name: "natRuleName"
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 gatewayName, String natRuleName)"
desc: "Deletes a nat rule."
- uid: "com.azure.resourcemanager.network.fluent.NatRulesClient.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.NatRulesClient.delete(String resourceGroupName, String gatewayName, String natRuleName, Context context)"
name: "delete(String resourceGroupName, String gatewayName, String natRuleName, Context context)"
nameWithType: "NatRulesClient.delete(String resourceGroupName, String gatewayName, String natRuleName, Context context)"
summary: "Deletes a nat rule."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnGateway."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the gateway."
name: "gatewayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the nat rule."
name: "natRuleName"
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 gatewayName, String natRuleName, Context context)"
desc: "Deletes a nat rule."
- uid: "com.azure.resourcemanager.network.fluent.NatRulesClient.deleteAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.NatRulesClient.deleteAsync(String resourceGroupName, String gatewayName, String natRuleName)"
name: "deleteAsync(String resourceGroupName, String gatewayName, String natRuleName)"
nameWithType: "NatRulesClient.deleteAsync(String resourceGroupName, String gatewayName, String natRuleName)"
summary: "Deletes a nat rule."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnGateway."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the gateway."
name: "gatewayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the nat rule."
name: "natRuleName"
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 gatewayName, String natRuleName)"
desc: "Deletes a 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.NatRulesClient.deleteWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.NatRulesClient.deleteWithResponseAsync(String resourceGroupName, String gatewayName, String natRuleName)"
name: "deleteWithResponseAsync(String resourceGroupName, String gatewayName, String natRuleName)"
nameWithType: "NatRulesClient.deleteWithResponseAsync(String resourceGroupName, String gatewayName, String natRuleName)"
summary: "Deletes a nat rule."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnGateway."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the gateway."
name: "gatewayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the nat rule."
name: "natRuleName"
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 gatewayName, String natRuleName)"
desc: "Deletes a 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.NatRulesClient.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.NatRulesClient.get(String resourceGroupName, String gatewayName, String natRuleName)"
name: "get(String resourceGroupName, String gatewayName, String natRuleName)"
nameWithType: "NatRulesClient.get(String resourceGroupName, String gatewayName, String natRuleName)"
summary: "Retrieves the details of a nat rule<wbr>Get."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnGateway."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the gateway."
name: "gatewayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the nat rule."
name: "natRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract VpnGatewayNatRuleInner get(String resourceGroupName, String gatewayName, String natRuleName)"
desc: "Retrieves the details of a nat ruleGet."
returns:
description: "vpnGatewayNatRule Resource."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner&text=VpnGatewayNatRuleInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.NatRulesClient.getAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.NatRulesClient.getAsync(String resourceGroupName, String gatewayName, String natRuleName)"
name: "getAsync(String resourceGroupName, String gatewayName, String natRuleName)"
nameWithType: "NatRulesClient.getAsync(String resourceGroupName, String gatewayName, String natRuleName)"
summary: "Retrieves the details of a nat rule<wbr>Get."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnGateway."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the gateway."
name: "gatewayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the nat rule."
name: "natRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<VpnGatewayNatRuleInner> getAsync(String resourceGroupName, String gatewayName, String natRuleName)"
desc: "Retrieves the details of a nat ruleGet."
returns:
description: "vpnGatewayNatRule Resource 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.VpnGatewayNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner&text=VpnGatewayNatRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.NatRulesClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.NatRulesClient.getWithResponse(String resourceGroupName, String gatewayName, String natRuleName, Context context)"
name: "getWithResponse(String resourceGroupName, String gatewayName, String natRuleName, Context context)"
nameWithType: "NatRulesClient.getWithResponse(String resourceGroupName, String gatewayName, String natRuleName, Context context)"
summary: "Retrieves the details of a nat rule<wbr>Get."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnGateway."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the gateway."
name: "gatewayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the nat rule."
name: "natRuleName"
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<VpnGatewayNatRuleInner> getWithResponse(String resourceGroupName, String gatewayName, String natRuleName, Context context)"
desc: "Retrieves the details of a nat ruleGet."
returns:
description: "vpnGatewayNatRule Resource 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.VpnGatewayNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner&text=VpnGatewayNatRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.NatRulesClient.getWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.NatRulesClient.getWithResponseAsync(String resourceGroupName, String gatewayName, String natRuleName)"
name: "getWithResponseAsync(String resourceGroupName, String gatewayName, String natRuleName)"
nameWithType: "NatRulesClient.getWithResponseAsync(String resourceGroupName, String gatewayName, String natRuleName)"
summary: "Retrieves the details of a nat rule<wbr>Get."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnGateway."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the gateway."
name: "gatewayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the nat rule."
name: "natRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<VpnGatewayNatRuleInner>> getWithResponseAsync(String resourceGroupName, String gatewayName, String natRuleName)"
desc: "Retrieves the details of a nat ruleGet."
returns:
description: "vpnGatewayNatRule Resource 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 <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.VpnGatewayNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner&text=VpnGatewayNatRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.network.fluent.NatRulesClient.listByVpnGateway(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.NatRulesClient.listByVpnGateway(String resourceGroupName, String gatewayName)"
name: "listByVpnGateway(String resourceGroupName, String gatewayName)"
nameWithType: "NatRulesClient.listByVpnGateway(String resourceGroupName, String gatewayName)"
summary: "Retrieves all nat rules for a particular virtual wan vpn gateway."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnGateway."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the gateway."
name: "gatewayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<VpnGatewayNatRuleInner> listByVpnGateway(String resourceGroupName, String gatewayName)"
desc: "Retrieves all nat rules for a particular virtual wan vpn gateway."
returns:
description: "result of the request to list all nat rules to a virtual wan vpn gateway as paginated response with\n <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.VpnGatewayNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner&text=VpnGatewayNatRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.NatRulesClient.listByVpnGateway(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.NatRulesClient.listByVpnGateway(String resourceGroupName, String gatewayName, Context context)"
name: "listByVpnGateway(String resourceGroupName, String gatewayName, Context context)"
nameWithType: "NatRulesClient.listByVpnGateway(String resourceGroupName, String gatewayName, Context context)"
summary: "Retrieves all nat rules for a particular virtual wan vpn gateway."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnGateway."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the gateway."
name: "gatewayName"
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<VpnGatewayNatRuleInner> listByVpnGateway(String resourceGroupName, String gatewayName, Context context)"
desc: "Retrieves all nat rules for a particular virtual wan vpn gateway."
returns:
description: "result of the request to list all nat rules to a virtual wan vpn gateway as paginated response with\n <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.VpnGatewayNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner&text=VpnGatewayNatRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.NatRulesClient.listByVpnGatewayAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.NatRulesClient.listByVpnGatewayAsync(String resourceGroupName, String gatewayName)"
name: "listByVpnGatewayAsync(String resourceGroupName, String gatewayName)"
nameWithType: "NatRulesClient.listByVpnGatewayAsync(String resourceGroupName, String gatewayName)"
summary: "Retrieves all nat rules for a particular virtual wan vpn gateway."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnGateway."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the gateway."
name: "gatewayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<VpnGatewayNatRuleInner> listByVpnGatewayAsync(String resourceGroupName, String gatewayName)"
desc: "Retrieves all nat rules for a particular virtual wan vpn gateway."
returns:
description: "result of the request to list all nat rules to a virtual wan vpn gateway as paginated response with\n <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.VpnGatewayNatRuleInner?alt=com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleInner&text=VpnGatewayNatRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in NatRulesClient."
metadata: {}
package: "com.azure.resourcemanager.network.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0