MockableAppServiceSubscriptionResource.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 virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServiceIdentifierData> GetAllSiteIdentifierDataAsync (Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier nameIdentifier, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllSiteIdentifierDataAsync : Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServiceIdentifierData>
override this.GetAllSiteIdentifierDataAsync : Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServiceIdentifierData>
Public Overridable Function GetAllSiteIdentifierDataAsync (nameIdentifier As AppServiceDomainNameIdentifier, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServiceIdentifierData)
Parameters
- 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.