你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeploymentLocations Class

List of available locations (regions or App Service Environments) for deployment of App Service resources.

Inheritance
azure.mgmt.web._serialization.Model
DeploymentLocations

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.

hosting_environments

Available App Service Environments with full descriptions of the environments.

hosting_environment_deployment_infos

Available App Service Environments with basic information.

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.