Compartir a través de


DefaultSecurityRulesOperationsExtensions.List Método

Definición

Obtiene todas las reglas de seguridad predeterminadas de un grupo de seguridad de red.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.SecurityRule> List (this Microsoft.Azure.Management.Network.IDefaultSecurityRulesOperations operations, string resourceGroupName, string networkSecurityGroupName);
static member List : Microsoft.Azure.Management.Network.IDefaultSecurityRulesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.SecurityRule>
<Extension()>
Public Function List (operations As IDefaultSecurityRulesOperations, resourceGroupName As String, networkSecurityGroupName As String) As IPage(Of SecurityRule)

Parámetros

operations
IDefaultSecurityRulesOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

networkSecurityGroupName
String

Nombre del grupo de seguridad de red.

Devoluciones

Se aplica a