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. |
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. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python