Partager via


WebSiteManagementClientExtensions.ListSiteIdentifiersAssignedToHostNameAsync Méthode

Définition

Répertorie toutes les applications affectées à un nom d’hôte.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.IdentifierInner>> ListSiteIdentifiersAssignedToHostNameAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient operations, string name = default, System.Threading.CancellationToken cancellationToken = default);
static member ListSiteIdentifiersAssignedToHostNameAsync : Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.IdentifierInner>>
<Extension()>
Public Function ListSiteIdentifiersAssignedToHostNameAsync (operations As IWebSiteManagementClient, Optional name As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of IdentifierInner))

Paramètres

operations
IWebSiteManagementClient

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

name
String

Nom de l'objet.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Description pour Répertorier toutes les applications affectées à un nom d’hôte.

S’applique à