DeploymentLocations Class
List of available locations (regions or App Service Environments) for deployment of App Service resources.
param locations: Available regions.
type locations: list[~azure.mgmt.web.v2021_01_15.models.GeoRegion]
param hosting_environments: Available App Service Environments with full descriptions of the environments.
type hosting_environments: list[~azure.mgmt.web.v2021_01_15.models.AppServiceEnvironment]
param hosting_environment_deployment_infos: Available App Service Environments with basic information.
type hosting_environment_deployment_infos: list[~azure.mgmt.web.v2021_01_15.models.HostingEnvironmentDeploymentInfo]
- Inheritance
-
DeploymentLocations
Constructor
DeploymentLocations(*, locations: Optional[List[azure.mgmt.web.v2021_01_15.models._models_py3.GeoRegion]] = None, hosting_environments: Optional[List[azure.mgmt.web.v2021_01_15.models._models_py3.AppServiceEnvironment]] = None, hosting_environment_deployment_infos: Optional[List[azure.mgmt.web.v2021_01_15.models._models_py3.HostingEnvironmentDeploymentInfo]] = None, **kwargs)
Feedback
Submit and view feedback for