Compartir a través de


IWithRule.WithoutRule(String) Método

Definición

Quita una regla de seguridad existente.

public Microsoft.Azure.Management.Network.Fluent.NetworkSecurityGroup.Update.IUpdate WithoutRule (string name);
abstract member WithoutRule : string -> Microsoft.Azure.Management.Network.Fluent.NetworkSecurityGroup.Update.IUpdate
Public Function WithoutRule (name As String) As IUpdate

Parámetros

name
String

Nombre de la regla de seguridad que se va a quitar.

Devoluciones

Se aplica a