Freigeben über


OriginsOperationsExtensions.ListByEndpointAsync Methode

Definition

Listet alle vorhandenen Ursprünge innerhalb eines Endpunkts auf.

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

Parameter

operations
IOriginsOperations

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: