Partager via


EndpointsOperationsExtensions.ListByProfile Méthode

Définition

Répertorie les points de terminaison CDN existants.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.Endpoint> ListByProfile (this Microsoft.Azure.Management.Cdn.IEndpointsOperations operations, string resourceGroupName, string profileName);
static member ListByProfile : Microsoft.Azure.Management.Cdn.IEndpointsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.Endpoint>
<Extension()>
Public Function ListByProfile (operations As IEndpointsOperations, resourceGroupName As String, profileName As String) As IPage(Of Endpoint)

Paramètres

operations
IEndpointsOperations

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.

Retours

S’applique à