NatRulesClient Interface
public interface NatRulesClient
An instance of this class provides access to all the operations defined in NatRulesClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<VpnGatewayNatRuleInner>,VpnGatewayNatRuleInner> 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.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<VpnGatewayNatRuleInner>,VpnGatewayNatRuleInner> beginCreateOrUpdate(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters, Context context)
Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<VpnGatewayNatRuleInner>,VpnGatewayNatRuleInner> 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.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String gatewayName, String natRuleName)
Deletes a nat rule.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String gatewayName, String natRuleName, Context context)
Deletes a nat rule.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String gatewayName, String natRuleName)
Deletes a nat rule.
Parameters:
Returns:
createOrUpdate
public abstract VpnGatewayNatRuleInner 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.
Parameters:
Returns:
createOrUpdate
public abstract VpnGatewayNatRuleInner createOrUpdate(String resourceGroupName, String gatewayName, String natRuleName, VpnGatewayNatRuleInner natRuleParameters, Context context)
Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<VpnGatewayNatRuleInner> 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.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> 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.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String gatewayName, String natRuleName)
Deletes a nat rule.
Parameters:
delete
public abstract void delete(String resourceGroupName, String gatewayName, String natRuleName, Context context)
Deletes a nat rule.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String gatewayName, String natRuleName)
Deletes a nat rule.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String gatewayName, String natRuleName)
Deletes a nat rule.
Parameters:
Returns:
get
public abstract VpnGatewayNatRuleInner get(String resourceGroupName, String gatewayName, String natRuleName)
Retrieves the details of a nat ruleGet.
Parameters:
Returns:
getAsync
public abstract Mono<VpnGatewayNatRuleInner> getAsync(String resourceGroupName, String gatewayName, String natRuleName)
Retrieves the details of a nat ruleGet.
Parameters:
Returns:
getWithResponse
public abstract Response<VpnGatewayNatRuleInner> getWithResponse(String resourceGroupName, String gatewayName, String natRuleName, Context context)
Retrieves the details of a nat ruleGet.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<VpnGatewayNatRuleInner>> getWithResponseAsync(String resourceGroupName, String gatewayName, String natRuleName)
Retrieves the details of a nat ruleGet.
Parameters:
Returns:
listByVpnGateway
public abstract PagedIterable<VpnGatewayNatRuleInner> listByVpnGateway(String resourceGroupName, String gatewayName)
Retrieves all nat rules for a particular virtual wan vpn gateway.
Parameters:
Returns:
listByVpnGateway
public abstract PagedIterable<VpnGatewayNatRuleInner> listByVpnGateway(String resourceGroupName, String gatewayName, Context context)
Retrieves all nat rules for a particular virtual wan vpn gateway.
Parameters:
Returns:
listByVpnGatewayAsync
public abstract PagedFlux<VpnGatewayNatRuleInner> listByVpnGatewayAsync(String resourceGroupName, String gatewayName)
Retrieves all nat rules for a particular virtual wan vpn gateway.
Parameters:
Returns: