Compartilhar via


AFDEndpointsOperationsExtensions.ListByProfile Método

Definição

Lista os pontos de extremidade existentes do AzureFrontDoor.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.AFDEndpoint> ListByProfile (this Microsoft.Azure.Management.Cdn.IAFDEndpointsOperations operations, string resourceGroupName, string profileName);
static member ListByProfile : Microsoft.Azure.Management.Cdn.IAFDEndpointsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.AFDEndpoint>
<Extension()>
Public Function ListByProfile (operations As IAFDEndpointsOperations, resourceGroupName As String, profileName As String) As 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.

Retornos

Aplica-se a