DeploymentLocations Class
List of available locations (regions or App Service Environments) for deployment of App Service resources.
Constructor
DeploymentLocations(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
locations
|
Available regions. |
|
hosting_environments
|
Available App Service Environments with full descriptions of the environments. |
|
hosting_environment_deployment_infos
|
Available App Service Environments with basic information. |
Attributes
hosting_environment_deployment_infos
Available App Service Environments with basic information.
hosting_environment_deployment_infos: list['_models.HostingEnvironmentDeploymentInfo'] | None
hosting_environments
Available App Service Environments with full descriptions of the environments.
hosting_environments: list['_models.AppServiceEnvironment'] | None
locations
Available regions.
locations: list['_models.GeoRegion'] | None