Dela via


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.ProxyOnlyResource
SiteContainer

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
str

Kind of resource.

image
str

Image Name.

target_port
str

Target Port.

is_main

<code>true</code> if the container is the main site container; <code>false</code> otherwise.

start_up_command
str

StartUp Command.

auth_type

Auth Type. Known values are: "Anonymous", "UserCredentials", "SystemIdentity", and "UserAssigned".

user_name
str

User Name.

password_secret
str

Password Secret.

user_managed_identity_client_id
str

UserManagedIdentity ClientId.

volume_mounts

List of volume mounts.

environment_variables

List of environment variables.

Variables

Name Description
id
str

Resource Id.

name
str

Resource Name.

kind
str

Kind of resource.

type
str

Resource type.

image
str

Image Name.

target_port
str

Target Port.

is_main

<code>true</code> if the container is the main site container; <code>false</code> otherwise.

start_up_command
str

StartUp Command.

auth_type

Auth Type. Known values are: "Anonymous", "UserCredentials", "SystemIdentity", and "UserAssigned".

user_name
str

User Name.

password_secret
str

Password Secret.

user_managed_identity_client_id
str

UserManagedIdentity ClientId.

created_time

Created Time.

last_modified_time

Last Modified Time.

volume_mounts

List of volume mounts.

environment_variables

List of environment variables.