InboundNatRulesOperationsExtensions Class

Definition

Extension methods for InboundNatRulesOperations.

public static class InboundNatRulesOperationsExtensions
type InboundNatRulesOperationsExtensions = class
Public Module InboundNatRulesOperationsExtensions
Inheritance
InboundNatRulesOperationsExtensions

Methods

BeginCreateOrUpdate(IInboundNatRulesOperations, String, String, String, InboundNatRule)

Creates or updates a load balancer inbound NAT rule.

BeginCreateOrUpdateAsync(IInboundNatRulesOperations, String, String, String, InboundNatRule, CancellationToken)

Creates or updates a load balancer inbound NAT rule.

BeginDelete(IInboundNatRulesOperations, String, String, String)

Deletes the specified load balancer inbound NAT rule.

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

Deletes the specified load balancer inbound NAT rule.

CreateOrUpdate(IInboundNatRulesOperations, String, String, String, InboundNatRule)

Creates or updates a load balancer inbound NAT rule.

CreateOrUpdateAsync(IInboundNatRulesOperations, String, String, String, InboundNatRule, CancellationToken)

Creates or updates a load balancer inbound NAT rule.

Delete(IInboundNatRulesOperations, String, String, String)

Deletes the specified load balancer inbound NAT rule.

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

Deletes the specified load balancer inbound NAT rule.

Get(IInboundNatRulesOperations, String, String, String, String)

Gets the specified load balancer inbound NAT rule.

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

Gets the specified load balancer inbound NAT rule.

List(IInboundNatRulesOperations, String, String)

Gets all the inbound NAT rules in a load balancer.

ListAsync(IInboundNatRulesOperations, String, String, CancellationToken)

Gets all the inbound NAT rules in a load balancer.

ListNext(IInboundNatRulesOperations, String)

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