SiteContainer Class
Container of a site.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2023_12_01.models._models_py3.ProxyOnlyResourceSiteContainer
Constructor
SiteContainer(*, kind: str | None = None, image: str | None = None, target_port: str | None = None, is_main: bool | None = None, start_up_command: str | None = None, auth_type: str | _models.AuthType | None = None, user_name: str | None = None, password_secret: str | None = None, user_managed_identity_client_id: str | None = None, volume_mounts: List[_models.VolumeMount] | None = None, environment_variables: List[_models.EnvironmentVariable] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
Kind of resource. |
image
|
Image Name. |
target_port
|
Target Port. |
is_main
|
|
start_up_command
|
StartUp Command. |
auth_type
|
Auth Type. Known values are: "Anonymous", "UserCredentials", "SystemIdentity", and "UserAssigned". |
user_name
|
User Name. |
password_secret
|
Password Secret. |
user_managed_identity_client_id
|
UserManagedIdentity ClientId. |
volume_mounts
|
List of volume mounts. |
environment_variables
|
List of environment variables. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
image
|
Image Name. |
target_port
|
Target Port. |
is_main
|
|
start_up_command
|
StartUp Command. |
auth_type
|
Auth Type. Known values are: "Anonymous", "UserCredentials", "SystemIdentity", and "UserAssigned". |
user_name
|
User Name. |
password_secret
|
Password Secret. |
user_managed_identity_client_id
|
UserManagedIdentity ClientId. |
created_time
|
Created Time. |
last_modified_time
|
Last Modified Time. |
volume_mounts
|
List of volume mounts. |
environment_variables
|
List of environment variables. |
Azure SDK for Python