WebSiteManagementClientExtensions.ListSiteIdentifiersAssignedToHostNameAsync Method

Definition

List all apps that are assigned to a hostname.

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))

Parameters

operations
IWebSiteManagementClient

The operations group for this extension method.

name
String

Name of the object.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Description for List all apps that are assigned to a hostname.

Applies to