Partager via


DefaultSecurityRulesOperationsExtensions.ListAsync Méthode

Définition

Obtient toutes les règles de sécurité par défaut dans un groupe de sécurité réseau.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.SecurityRule>> ListAsync (this Microsoft.Azure.Management.Network.IDefaultSecurityRulesOperations operations, string resourceGroupName, string networkSecurityGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Network.IDefaultSecurityRulesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.SecurityRule>>
<Extension()>
Public Function ListAsync (operations As IDefaultSecurityRulesOperations, resourceGroupName As String, networkSecurityGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SecurityRule))

Paramètres

operations
IDefaultSecurityRulesOperations

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

resourceGroupName
String

Nom du groupe de ressources.

networkSecurityGroupName
String

Nom du groupe de sécurité réseau.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à