InboundNatRulesClient Interface
public interface InboundNatRulesClient
An instance of this class provides access to all the operations defined in InboundNatRulesClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<InboundNatRuleInner>,InboundNatRuleInner> beginCreateOrUpdate(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)
Creates or updates a load balancer inbound NAT rule.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<InboundNatRuleInner>,InboundNatRuleInner> beginCreateOrUpdate(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters, Context context)
Creates or updates a load balancer inbound NAT rule.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<InboundNatRuleInner>,InboundNatRuleInner> beginCreateOrUpdateAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)
Creates or updates a load balancer inbound NAT rule.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)
Deletes the specified load balancer inbound NAT rule.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, Context context)
Deletes the specified load balancer inbound NAT rule.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)
Deletes the specified load balancer inbound NAT rule.
Parameters:
Returns:
createOrUpdate
public abstract InboundNatRuleInner createOrUpdate(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)
Creates or updates a load balancer inbound NAT rule.
Parameters:
Returns:
createOrUpdate
public abstract InboundNatRuleInner createOrUpdate(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters, Context context)
Creates or updates a load balancer inbound NAT rule.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<InboundNatRuleInner> createOrUpdateAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)
Creates or updates a load balancer inbound NAT rule.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, InboundNatRuleInner inboundNatRuleParameters)
Creates or updates a load balancer inbound NAT rule.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)
Deletes the specified load balancer inbound NAT rule.
Parameters:
delete
public abstract void delete(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, Context context)
Deletes the specified load balancer inbound NAT rule.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)
Deletes the specified load balancer inbound NAT rule.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)
Deletes the specified load balancer inbound NAT rule.
Parameters:
Returns:
get
public abstract InboundNatRuleInner get(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)
Gets the specified load balancer inbound NAT rule.
Parameters:
Returns:
getAsync
public abstract Mono<InboundNatRuleInner> getAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName)
Gets the specified load balancer inbound NAT rule.
Parameters:
Returns:
getWithResponse
public abstract Response<InboundNatRuleInner> getWithResponse(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, String expand, Context context)
Gets the specified load balancer inbound NAT rule.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<InboundNatRuleInner>> getWithResponseAsync(String resourceGroupName, String loadBalancerName, String inboundNatRuleName, String expand)
Gets the specified load balancer inbound NAT rule.
Parameters:
Returns:
list
public abstract PagedIterable<InboundNatRuleInner> list(String resourceGroupName, String loadBalancerName)
Gets all the inbound NAT rules in a load balancer.
Parameters:
Returns:
list
public abstract PagedIterable<InboundNatRuleInner> list(String resourceGroupName, String loadBalancerName, Context context)
Gets all the inbound NAT rules in a load balancer.
Parameters:
Returns:
listAsync
public abstract PagedFlux<InboundNatRuleInner> listAsync(String resourceGroupName, String loadBalancerName)
Gets all the inbound NAT rules in a load balancer.
Parameters:
Returns: