Share via


MockableAppServiceSubscriptionResource.GetAppServiceDeploymentLocationsAsync Method

Definition

Description for Gets list of available geo regions plus ministamps

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/deploymentLocations
  • Operation Id: GetSubscriptionDeploymentLocations
  • Default Api Version: 2021-02-01
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceDeploymentLocations>> GetAppServiceDeploymentLocationsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppServiceDeploymentLocationsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceDeploymentLocations>>
override this.GetAppServiceDeploymentLocationsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceDeploymentLocations>>
Public Overridable Function GetAppServiceDeploymentLocationsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppServiceDeploymentLocations))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to