| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
VpnGatewayNatRuleInner |
NatRulesClient.createOrUpdate(String resourceGroupName,
String gatewayName,
String natRuleName,
VpnGatewayNatRuleInner natRuleParameters)
Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules.
|
VpnGatewayNatRuleInner |
NatRulesClient.createOrUpdate(String resourceGroupName,
String gatewayName,
String natRuleName,
VpnGatewayNatRuleInner natRuleParameters,
com.azure.core.util.Context context)
Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules.
|
VpnGatewayNatRuleInner |
NatRulesClient.get(String resourceGroupName,
String gatewayName,
String natRuleName)
Retrieves the details of a nat ruleGet.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnGatewayNatRuleInner>,VpnGatewayNatRuleInner> |
NatRulesClient.beginCreateOrUpdate(String resourceGroupName,
String gatewayName,
String natRuleName,
VpnGatewayNatRuleInner natRuleParameters)
Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnGatewayNatRuleInner>,VpnGatewayNatRuleInner> |
NatRulesClient.beginCreateOrUpdate(String resourceGroupName,
String gatewayName,
String natRuleName,
VpnGatewayNatRuleInner natRuleParameters,
com.azure.core.util.Context context)
Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VpnGatewayNatRuleInner>,VpnGatewayNatRuleInner> |
NatRulesClient.beginCreateOrUpdateAsync(String resourceGroupName,
String gatewayName,
String natRuleName,
VpnGatewayNatRuleInner natRuleParameters)
Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules.
|
VpnGatewayNatRuleInner |
NatRulesClient.createOrUpdate(String resourceGroupName,
String gatewayName,
String natRuleName,
VpnGatewayNatRuleInner natRuleParameters)
Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules.
|
VpnGatewayNatRuleInner |
NatRulesClient.createOrUpdate(String resourceGroupName,
String gatewayName,
String natRuleName,
VpnGatewayNatRuleInner natRuleParameters,
com.azure.core.util.Context context)
Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules.
|
Mono<VpnGatewayNatRuleInner> |
NatRulesClient.createOrUpdateAsync(String resourceGroupName,
String gatewayName,
String natRuleName,
VpnGatewayNatRuleInner natRuleParameters)
Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
NatRulesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String gatewayName,
String natRuleName,
VpnGatewayNatRuleInner natRuleParameters)
Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules.
|
| Modifier and Type | Method and Description |
|---|---|
VpnGatewayNatRuleInner |
VpnGatewayNatRuleInner.withExternalMappings(List<VpnNatRuleMapping> externalMappings)
Set the externalMappings property: The private IP address external mapping for NAT.
|
VpnGatewayNatRuleInner |
VpnGatewayNatRuleInner.withId(String id) |
VpnGatewayNatRuleInner |
VpnGatewayNatRuleInner.withInternalMappings(List<VpnNatRuleMapping> internalMappings)
Set the internalMappings property: The private IP address internal mapping for NAT.
|
VpnGatewayNatRuleInner |
VpnGatewayNatRuleInner.withIpConfigurationId(String ipConfigurationId)
Set the ipConfigurationId property: The IP Configuration ID this NAT rule applies to.
|
VpnGatewayNatRuleInner |
VpnGatewayNatRuleInner.withMode(VpnNatRuleMode mode)
Set the mode property: The Source NAT direction of a VPN NAT.
|
VpnGatewayNatRuleInner |
VpnGatewayNatRuleInner.withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
VpnGatewayNatRuleInner |
VpnGatewayNatRuleInner.withTypePropertiesType(VpnNatRuleType typePropertiesType)
Set the typePropertiesType property: The type of NAT rule for VPN NAT.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.