Compartilhar via


AFDEndpointsOperationsExtensions.ListByProfileAsync Método

Definição

Lista os pontos de extremidade existentes do AzureFrontDoor.

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

Parâmetros

operations
IAFDEndpointsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome do grupo de recursos na assinatura do Azure.

profileName
String

Nome do perfil cdn que é exclusivo dentro do grupo de recursos.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a