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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET