DeploymentLocations Class
List of available locations (regions or App Service Environments) for deployment of App Service resources.
Constructor
DeploymentLocations(*, locations: list['_models.GeoRegion'] | None = None, hosting_environments: list['_models.AppServiceEnvironment'] | None = None, hosting_environment_deployment_infos: list['_models.HostingEnvironmentDeploymentInfo'] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
locations
|
Available regions. Default value: None
|
|
hosting_environments
|
Available App Service Environments with full descriptions of the environments. Default value: None
|
|
hosting_environment_deployment_infos
|
Available App Service Environments with basic information. Default value: None
|
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. |