Partager via


InboundNatRulesOperationsExtensions.BeginDelete Méthode

Définition

Supprime la règle NAT de trafic entrant de l’équilibreur de charge spécifiée.

public static void BeginDelete (this Microsoft.Azure.Management.Network.IInboundNatRulesOperations operations, string resourceGroupName, string loadBalancerName, string inboundNatRuleName);
static member BeginDelete : Microsoft.Azure.Management.Network.IInboundNatRulesOperations * string * string * string -> unit
<Extension()>
Public Sub BeginDelete (operations As IInboundNatRulesOperations, resourceGroupName As String, loadBalancerName As String, inboundNatRuleName As String)

Paramètres

operations
IInboundNatRulesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

loadBalancerName
String

Le nom de l’équilibreur de charge.

inboundNatRuleName
String

Nom de la règle NAT de trafic entrant.

S’applique à