Partager via


AFDEndpointsOperationsExtensions.ListByProfileAsync Méthode

Définition

Répertorie les points de terminaison AzureFrontDoor existants.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.AFDEndpoint>> ListByProfileAsync (this Microsoft.Azure.Management.Cdn.IAFDEndpointsOperations operations, string resourceGroupName, string profileName, System.Threading.CancellationToken cancellationToken = default);
static member ListByProfileAsync : Microsoft.Azure.Management.Cdn.IAFDEndpointsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.AFDEndpoint>>
<Extension()>
Public Function ListByProfileAsync (operations As IAFDEndpointsOperations, resourceGroupName As String, profileName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AFDEndpoint))

Paramètres

operations
IAFDEndpointsOperations

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

resourceGroupName
String

Nom du groupe de ressources dans l’abonnement Azure.

profileName
String

Nom du profil CDN unique au sein du groupe de ressources.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à