HostingEnvironmentDeploymentInfo Class
Information needed to create resources on an App Service Environment.
Constructor
HostingEnvironmentDeploymentInfo(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
Name of the App Service Environment. |
|
location
|
Location of the App Service Environment. |
Attributes
location
Location of the App Service Environment.
location: str | None
name
Name of the App Service Environment.
name: str | None