Compartilhar via


AFDCustomDomainsOperationsExtensions.ListByProfile Método

Definição

Lista os domínios existentes do AzureFrontDoor.

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

Parâmetros

operations
IAFDCustomDomainsOperations

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