Partager via


AFDCustomDomainsOperationsExtensions.ListByProfileAsync Méthode

Définition

Répertorie les domaines AzureFrontDoor existants.

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

Paramètres

operations
IAFDCustomDomainsOperations

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.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à