MockableAppServiceSubscriptionResource.GetAppServiceEnvironmentsAsync Method
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 Get all App Service Environments for a subscription.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/hostingEnvironments
- Operation Id: AppServiceEnvironments_List
- Default Api Version: 2023-12-01
- Resource: AppServiceEnvironmentResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServiceEnvironmentResource> GetAppServiceEnvironmentsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppServiceEnvironmentsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServiceEnvironmentResource>
override this.GetAppServiceEnvironmentsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServiceEnvironmentResource>
Public Overridable Function GetAppServiceEnvironmentsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServiceEnvironmentResource)
- cancellationToken
- CancellationToken
The cancellation token to use.
An async collection of AppServiceEnvironmentResource that may take multiple service requests to iterate over.
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: