public interface VirtualNetworkGatewayNatRulesClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkGatewayNatRuleInner>,VirtualNetworkGatewayNatRuleInner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualNetworkGatewayName,
String natRuleName,
VirtualNetworkGatewayNatRuleInner natRuleParameters)
Creates a nat rule to a scalable virtual network gateway if it doesn't exist else updates the existing nat rules.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkGatewayNatRuleInner>,VirtualNetworkGatewayNatRuleInner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualNetworkGatewayName,
String natRuleName,
VirtualNetworkGatewayNatRuleInner natRuleParameters,
com.azure.core.util.Context context)
Creates a nat rule to a scalable virtual network gateway if it doesn't exist else updates the existing nat rules.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualNetworkGatewayNatRuleInner>,VirtualNetworkGatewayNatRuleInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String virtualNetworkGatewayName,
String natRuleName,
VirtualNetworkGatewayNatRuleInner natRuleParameters)
Creates a nat rule to a scalable virtual network gateway if it doesn't exist else updates the existing nat rules.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualNetworkGatewayName,
String natRuleName)
Deletes a nat rule.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualNetworkGatewayName,
String natRuleName,
com.azure.core.util.Context context)
Deletes a nat rule.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String virtualNetworkGatewayName,
String natRuleName)
Deletes a nat rule.
|
VirtualNetworkGatewayNatRuleInner |
createOrUpdate(String resourceGroupName,
String virtualNetworkGatewayName,
String natRuleName,
VirtualNetworkGatewayNatRuleInner natRuleParameters)
Creates a nat rule to a scalable virtual network gateway if it doesn't exist else updates the existing nat rules.
|
VirtualNetworkGatewayNatRuleInner |
createOrUpdate(String resourceGroupName,
String virtualNetworkGatewayName,
String natRuleName,
VirtualNetworkGatewayNatRuleInner natRuleParameters,
com.azure.core.util.Context context)
Creates a nat rule to a scalable virtual network gateway if it doesn't exist else updates the existing nat rules.
|
Mono<VirtualNetworkGatewayNatRuleInner> |
createOrUpdateAsync(String resourceGroupName,
String virtualNetworkGatewayName,
String natRuleName,
VirtualNetworkGatewayNatRuleInner natRuleParameters)
Creates a nat rule to a scalable virtual network gateway if it doesn't exist else updates the existing nat rules.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayName,
String natRuleName,
VirtualNetworkGatewayNatRuleInner natRuleParameters)
Creates a nat rule to a scalable virtual network gateway if it doesn't exist else updates the existing nat rules.
|
void |
delete(String resourceGroupName,
String virtualNetworkGatewayName,
String natRuleName)
Deletes a nat rule.
|
void |
delete(String resourceGroupName,
String virtualNetworkGatewayName,
String natRuleName,
com.azure.core.util.Context context)
Deletes a nat rule.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String virtualNetworkGatewayName,
String natRuleName)
Deletes a nat rule.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayName,
String natRuleName)
Deletes a nat rule.
|
VirtualNetworkGatewayNatRuleInner |
get(String resourceGroupName,
String virtualNetworkGatewayName,
String natRuleName)
Retrieves the details of a nat rule.
|
Mono<VirtualNetworkGatewayNatRuleInner> |
getAsync(String resourceGroupName,
String virtualNetworkGatewayName,
String natRuleName)
Retrieves the details of a nat rule.
|
com.azure.core.http.rest.Response<VirtualNetworkGatewayNatRuleInner> |
getWithResponse(String resourceGroupName,
String virtualNetworkGatewayName,
String natRuleName,
com.azure.core.util.Context context)
Retrieves the details of a nat rule.
|
Mono<com.azure.core.http.rest.Response<VirtualNetworkGatewayNatRuleInner>> |
getWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayName,
String natRuleName)
Retrieves the details of a nat rule.
|
com.azure.core.http.rest.PagedIterable<VirtualNetworkGatewayNatRuleInner> |
listByVirtualNetworkGateway(String resourceGroupName,
String virtualNetworkGatewayName)
Retrieves all nat rules for a particular virtual network gateway.
|
com.azure.core.http.rest.PagedIterable<VirtualNetworkGatewayNatRuleInner> |
listByVirtualNetworkGateway(String resourceGroupName,
String virtualNetworkGatewayName,
com.azure.core.util.Context context)
Retrieves all nat rules for a particular virtual network gateway.
|
com.azure.core.http.rest.PagedFlux<VirtualNetworkGatewayNatRuleInner> |
listByVirtualNetworkGatewayAsync(String resourceGroupName,
String virtualNetworkGatewayName)
Retrieves all nat rules for a particular virtual network gateway.
|
Mono<com.azure.core.http.rest.Response<VirtualNetworkGatewayNatRuleInner>> getWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName, String natRuleName)
resourceGroupName - The resource group name of the Virtual Network Gateway.virtualNetworkGatewayName - The name of the gateway.natRuleName - The name of the nat rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VirtualNetworkGatewayNatRuleInner> getAsync(String resourceGroupName, String virtualNetworkGatewayName, String natRuleName)
resourceGroupName - The resource group name of the Virtual Network Gateway.virtualNetworkGatewayName - The name of the gateway.natRuleName - The name of the nat rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VirtualNetworkGatewayNatRuleInner get(String resourceGroupName, String virtualNetworkGatewayName, String natRuleName)
resourceGroupName - The resource group name of the Virtual Network Gateway.virtualNetworkGatewayName - The name of the gateway.natRuleName - The name of the nat rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<VirtualNetworkGatewayNatRuleInner> getWithResponse(String resourceGroupName, String virtualNetworkGatewayName, String natRuleName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the Virtual Network Gateway.virtualNetworkGatewayName - The name of the gateway.natRuleName - The name of the nat rule.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName, String natRuleName, VirtualNetworkGatewayNatRuleInner natRuleParameters)
resourceGroupName - The resource group name of the Virtual Network Gateway.virtualNetworkGatewayName - The name of the gateway.natRuleName - The name of the nat rule.natRuleParameters - Parameters supplied to create or Update a Nat Rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualNetworkGatewayNatRuleInner>,VirtualNetworkGatewayNatRuleInner> beginCreateOrUpdateAsync(String resourceGroupName, String virtualNetworkGatewayName, String natRuleName, VirtualNetworkGatewayNatRuleInner natRuleParameters)
resourceGroupName - The resource group name of the Virtual Network Gateway.virtualNetworkGatewayName - The name of the gateway.natRuleName - The name of the nat rule.natRuleParameters - Parameters supplied to create or Update a Nat Rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkGatewayNatRuleInner>,VirtualNetworkGatewayNatRuleInner> beginCreateOrUpdate(String resourceGroupName, String virtualNetworkGatewayName, String natRuleName, VirtualNetworkGatewayNatRuleInner natRuleParameters)
resourceGroupName - The resource group name of the Virtual Network Gateway.virtualNetworkGatewayName - The name of the gateway.natRuleName - The name of the nat rule.natRuleParameters - Parameters supplied to create or Update a Nat Rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkGatewayNatRuleInner>,VirtualNetworkGatewayNatRuleInner> beginCreateOrUpdate(String resourceGroupName, String virtualNetworkGatewayName, String natRuleName, VirtualNetworkGatewayNatRuleInner natRuleParameters, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the Virtual Network Gateway.virtualNetworkGatewayName - The name of the gateway.natRuleName - The name of the nat rule.natRuleParameters - Parameters supplied to create or Update a Nat Rule.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VirtualNetworkGatewayNatRuleInner> createOrUpdateAsync(String resourceGroupName, String virtualNetworkGatewayName, String natRuleName, VirtualNetworkGatewayNatRuleInner natRuleParameters)
resourceGroupName - The resource group name of the Virtual Network Gateway.virtualNetworkGatewayName - The name of the gateway.natRuleName - The name of the nat rule.natRuleParameters - Parameters supplied to create or Update a Nat Rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VirtualNetworkGatewayNatRuleInner createOrUpdate(String resourceGroupName, String virtualNetworkGatewayName, String natRuleName, VirtualNetworkGatewayNatRuleInner natRuleParameters)
resourceGroupName - The resource group name of the Virtual Network Gateway.virtualNetworkGatewayName - The name of the gateway.natRuleName - The name of the nat rule.natRuleParameters - Parameters supplied to create or Update a Nat Rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VirtualNetworkGatewayNatRuleInner createOrUpdate(String resourceGroupName, String virtualNetworkGatewayName, String natRuleName, VirtualNetworkGatewayNatRuleInner natRuleParameters, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the Virtual Network Gateway.virtualNetworkGatewayName - The name of the gateway.natRuleName - The name of the nat rule.natRuleParameters - Parameters supplied to create or Update a Nat Rule.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName, String natRuleName)
resourceGroupName - The resource group name of the Virtual Network Gateway.virtualNetworkGatewayName - The name of the gateway.natRuleName - The name of the nat rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String virtualNetworkGatewayName, String natRuleName)
resourceGroupName - The resource group name of the Virtual Network Gateway.virtualNetworkGatewayName - The name of the gateway.natRuleName - The name of the nat rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String virtualNetworkGatewayName, String natRuleName)
resourceGroupName - The resource group name of the Virtual Network Gateway.virtualNetworkGatewayName - The name of the gateway.natRuleName - The name of the nat rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String virtualNetworkGatewayName, String natRuleName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the Virtual Network Gateway.virtualNetworkGatewayName - The name of the gateway.natRuleName - The name of the nat rule.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String virtualNetworkGatewayName, String natRuleName)
resourceGroupName - The resource group name of the Virtual Network Gateway.virtualNetworkGatewayName - The name of the gateway.natRuleName - The name of the nat rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String virtualNetworkGatewayName, String natRuleName)
resourceGroupName - The resource group name of the Virtual Network Gateway.virtualNetworkGatewayName - The name of the gateway.natRuleName - The name of the nat rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String virtualNetworkGatewayName, String natRuleName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the Virtual Network Gateway.virtualNetworkGatewayName - The name of the gateway.natRuleName - The name of the nat rule.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<VirtualNetworkGatewayNatRuleInner> listByVirtualNetworkGatewayAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The resource group name of the virtual network gateway.virtualNetworkGatewayName - The name of the gateway.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<VirtualNetworkGatewayNatRuleInner> listByVirtualNetworkGateway(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The resource group name of the virtual network gateway.virtualNetworkGatewayName - The name of the gateway.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<VirtualNetworkGatewayNatRuleInner> listByVirtualNetworkGateway(String resourceGroupName, String virtualNetworkGatewayName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the virtual network gateway.virtualNetworkGatewayName - The name of the gateway.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.