Freigeben über


EndpointsOperationsExtensions.ListByProfile Methode

Definition

Listet vorhandene CDN-Endpunkte auf.

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)

Parameter

operations
IEndpointsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

profileName
String

Name des CDN-Profils, das innerhalb der Ressourcengruppe eindeutig ist.

Gibt zurück

Gilt für: