Compartilhar via


EndpointsOperationsExtensions.ListByProfile Método

Definição

Lista os pontos de extremidade da CDN existentes.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.Endpoint> ListByProfile (this Microsoft.Azure.Management.Cdn.IEndpointsOperations operations, string resourceGroupName, string profileName);
static member ListByProfile : Microsoft.Azure.Management.Cdn.IEndpointsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.Endpoint>
<Extension()>
Public Function ListByProfile (operations As IEndpointsOperations, resourceGroupName As String, profileName As String) As IPage(Of Endpoint)

Parâmetros

operations
IEndpointsOperations

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