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
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
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
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
Deletes a nat rule.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes a nat rule.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
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
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
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
Deletes a nat rule.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
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
Retrieves the details of a nat ruleGet.
Parameters:
Returns:
getWithResponse
public abstract Response
Retrieves the details of a nat ruleGet.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Retrieves the details of a nat ruleGet.
Parameters:
Returns:
listByVpnGateway
public abstract PagedIterable
Retrieves all nat rules for a particular virtual wan vpn gateway.
Parameters:
Returns:
listByVpnGateway
public abstract PagedIterable
Retrieves all nat rules for a particular virtual wan vpn gateway.
Parameters:
Returns:
listByVpnGatewayAsync
public abstract PagedFlux
Retrieves all nat rules for a particular virtual wan vpn gateway.
Parameters:
Returns:
Applies to
Azure SDK for Java