MockableAppServiceSubscriptionResource.GetAppServiceDeploymentLocations 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 Gets list of available geo regions plus ministamps
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/deploymentLocations
- Operation Id: GetSubscriptionDeploymentLocations
- Default Api Version: 2024-04-01
public virtual Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceDeploymentLocations> GetAppServiceDeploymentLocations (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppServiceDeploymentLocations : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceDeploymentLocations>
override this.GetAppServiceDeploymentLocations : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceDeploymentLocations>
Public Overridable Function GetAppServiceDeploymentLocations (Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppServiceDeploymentLocations)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.