SiteContainerProperties Class
SiteContainer resource specific properties.
Constructor
SiteContainerProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
image
|
Image Name. Required. |
|
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. |
|
inherit_app_settings_and_connection_strings
|
|
|
environment_variables
|
List of environment variables. |
Attributes
auth_type
"Anonymous", "UserCredentials", "SystemIdentity", and "UserAssigned".
auth_type: str | _models.AuthType | None
created_time
Created Time.
created_time: datetime | None
environment_variables
List of environment variables.
environment_variables: list['_models.EnvironmentVariable'] | None
image
Image Name. Required.
image: str
inherit_app_settings_and_connection_strings
true if all AppSettings and ConnectionStrings have to be passed to the container
as environment variables; false otherwise.
inherit_app_settings_and_connection_strings: bool | None
is_main
true if the container is the main site container; false otherwise.
Required.
is_main: bool
last_modified_time
Last Modified Time.
last_modified_time: datetime | None
password_secret
Password Secret.
password_secret: str | None
start_up_command
StartUp Command.
start_up_command: str | None
target_port
Target Port.
target_port: str | None
user_managed_identity_client_id
UserManagedIdentity ClientId.
user_managed_identity_client_id: str | None
user_name
User Name.
user_name: str | None
volume_mounts
List of volume mounts.
volume_mounts: list['_models.VolumeMount'] | None