Freigeben über


RoutesOperationsExtensions.ListByEndpointAsync Methode

Definition

Listet alle vorhandenen Ursprünge in einem Profil auf.

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

Parameter

operations
IRoutesOperations

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.

endpointName
String

Name des Endpunkts unter dem Profil, der global eindeutig ist.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: