AppServiceExtensions.GetAllSiteIdentifierDataAsync 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.
Description for List all apps that are assigned to a hostname.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/listSitesAssignedToHostName
- Operation Id: ListSiteIdentifiersAssignedToHostName
public static Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServiceIdentifierData> GetAllSiteIdentifierDataAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier nameIdentifier, System.Threading.CancellationToken cancellationToken = default);
static member GetAllSiteIdentifierDataAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServiceIdentifierData>
<Extension()>
Public Function GetAllSiteIdentifierDataAsync (subscriptionResource As SubscriptionResource, nameIdentifier As AppServiceDomainNameIdentifier, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServiceIdentifierData)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- nameIdentifier
- AppServiceDomainNameIdentifier
Hostname information.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of AppServiceIdentifierData that may take multiple service requests to iterate over.
Exceptions
nameIdentifier
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET