Compartilhar via


NatRulesOperationsExtensions.BeginDelete Método

Definição

Exclui uma regra nat.

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

Parâmetros

operations
INatRulesOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos do VpnGateway.

gatewayName
String

O nome do gateway.

natRuleName
String

O nome da regra nat.

Aplica-se a