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
Creates or updates a load balancer inbound NAT rule.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates a load balancer inbound NAT rule.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Creates or updates a load balancer inbound NAT rule.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified load balancer inbound NAT rule.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified load balancer inbound NAT rule.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
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
Creates or updates a load balancer inbound NAT rule.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
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
Deletes the specified load balancer inbound NAT rule.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
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
Gets the specified load balancer inbound NAT rule.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the specified load balancer inbound NAT rule.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the specified load balancer inbound NAT rule.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all the inbound NAT rules in a load balancer.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all the inbound NAT rules in a load balancer.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets all the inbound NAT rules in a load balancer.
Parameters:
Returns:
Applies to
Azure SDK for Java