DeploymentLocations Class
List of available locations (regions or App Service Environments) for deployment of App Service resources.
- Inheritance
-
azure.mgmt.web._serialization.ModelDeploymentLocations
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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python