HostingEnvironmentProfile Class
Specification for an App Service Environment to use for this resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web._serialization.ModelHostingEnvironmentProfile
Constructor
HostingEnvironmentProfile(*, id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID of the App Service Environment. |
Variables
Name | Description |
---|---|
id
|
Resource ID of the App Service Environment. |
name
|
Name of the App Service Environment. |
type
|
Resource type of the App Service Environment. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python