Partager via


EndpointsOperationsExtensions.ListByProfileAsync Méthode

Définition

Répertorie les points de terminaison CDN existants.

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

Paramètres

operations
IEndpointsOperations

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

resourceGroupName
String

Nom du groupe de ressources au sein de l’abonnement Azure.

profileName
String

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à