WebSiteManagementClientExtensions.ListSiteIdentifiersAssignedToHostNameAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List all apps that are assigned to a hostname.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Identifier>> ListSiteIdentifiersAssignedToHostNameAsync (this Microsoft.Azure.Management.WebSites.IWebSiteManagementClient operations, Microsoft.Azure.Management.WebSites.Models.NameIdentifier nameIdentifier, System.Threading.CancellationToken cancellationToken = default);
static member ListSiteIdentifiersAssignedToHostNameAsync : Microsoft.Azure.Management.WebSites.IWebSiteManagementClient * Microsoft.Azure.Management.WebSites.Models.NameIdentifier * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Identifier>>
<Extension()>
Public Function ListSiteIdentifiersAssignedToHostNameAsync (operations As IWebSiteManagementClient, nameIdentifier As NameIdentifier, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Identifier))
Parameters
- operations
- IWebSiteManagementClient
The operations group for this extension method.
- nameIdentifier
- NameIdentifier
Hostname information.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Description for List all apps that are assigned to a hostname.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET