Partager via


PublicIPPrefixesOperationsExtensions.ListAsync Méthode

Définition

Obtient tous les préfixes d’adresses IP publiques dans un groupe de ressources.

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

Paramètres

operations
IPublicIPPrefixesOperations

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

resourceGroupName
String

Nom du groupe de ressources.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à