Partager via


CustomDomainsOperationsExtensions.List Méthode

Définition

Répertoriez les domaines personnalisés d’une application de cycle de vie.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppPlatform.Models.CustomDomainResource> List (this Microsoft.Azure.Management.AppPlatform.ICustomDomainsOperations operations, string resourceGroupName, string serviceName, string appName);
static member List : Microsoft.Azure.Management.AppPlatform.ICustomDomainsOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppPlatform.Models.CustomDomainResource>
<Extension()>
Public Function List (operations As ICustomDomainsOperations, resourceGroupName As String, serviceName As String, appName As String) As IPage(Of CustomDomainResource)

Paramètres

operations
ICustomDomainsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

serviceName
String

Nom de la ressource service.

appName
String

Nom de la ressource d’application.

Retours

S’applique à