Compartilhar via


NatRulesOperationsExtensions.Delete Método

Definição

Exclui uma regra nat.

public static void Delete (this Microsoft.Azure.Management.Network.INatRulesOperations operations, string resourceGroupName, string gatewayName, string natRuleName);
static member Delete : Microsoft.Azure.Management.Network.INatRulesOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (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