IInboundNatRulesOperations Interface

Definition

InboundNatRulesOperations operations.

public interface IInboundNatRulesOperations
type IInboundNatRulesOperations = interface
Public Interface IInboundNatRulesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, InboundNatRuleInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a load balancer inbound nat rule.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified load balancer inbound nat rule.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, InboundNatRuleInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a load balancer inbound nat rule.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified load balancer inbound nat rule.

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the specified load balancer inbound nat rule.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all the inbound nat rules in a load balancer.

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets all the inbound nat rules in a load balancer.

Extension Methods

BeginCreateOrUpdateAsync(IInboundNatRulesOperations, String, String, String, InboundNatRuleInner, CancellationToken)

Creates or updates a load balancer inbound nat rule.

BeginDeleteAsync(IInboundNatRulesOperations, String, String, String, CancellationToken)

Deletes the specified load balancer inbound nat rule.

CreateOrUpdateAsync(IInboundNatRulesOperations, String, String, String, InboundNatRuleInner, CancellationToken)

Creates or updates a load balancer inbound nat rule.

DeleteAsync(IInboundNatRulesOperations, String, String, String, CancellationToken)

Deletes the specified load balancer inbound nat rule.

GetAsync(IInboundNatRulesOperations, String, String, String, String, CancellationToken)

Gets the specified load balancer inbound nat rule.

ListAsync(IInboundNatRulesOperations, String, String, CancellationToken)

Gets all the inbound nat rules in a load balancer.

ListNextAsync(IInboundNatRulesOperations, String, CancellationToken)

Gets all the inbound nat rules in a load balancer.

Applies to