Freigeben über


CustomDomainsOperationsExtensions.ListByEndpointAsync Methode

Definition

Listet alle vorhandenen benutzerdefinierten Domänen innerhalb eines Endpunkts auf.

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

Parameter

operations
ICustomDomainsOperations

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: