SiteContainer interface

Container of a site

Extends

Properties

authType

Auth Type

createdTime

Created Time NOTE: This property will not be serialized. It can only be populated by the server.

environmentVariables

List of environment variables

image

Image Name

isMain

true if the container is the main site container; false otherwise.

lastModifiedTime

Last Modified Time NOTE: This property will not be serialized. It can only be populated by the server.

passwordSecret

Password Secret

startUpCommand

StartUp Command

targetPort

Target Port

userManagedIdentityClientId

UserManagedIdentity ClientId

userName

User Name

volumeMounts

List of volume mounts

Inherited Properties

id

Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

kind

Kind of resource.

name

Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.

type

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

authType

Auth Type

authType?: AuthType

Property Value

createdTime

Created Time NOTE: This property will not be serialized. It can only be populated by the server.

createdTime?: Date

Property Value

Date

environmentVariables

List of environment variables

environmentVariables?: EnvironmentVariable[]

Property Value

image

Image Name

image?: string

Property Value

string

isMain

true if the container is the main site container; false otherwise.

isMain?: boolean

Property Value

boolean

lastModifiedTime

Last Modified Time NOTE: This property will not be serialized. It can only be populated by the server.

lastModifiedTime?: Date

Property Value

Date

passwordSecret

Password Secret

passwordSecret?: string

Property Value

string

startUpCommand

StartUp Command

startUpCommand?: string

Property Value

string

targetPort

Target Port

targetPort?: string

Property Value

string

userManagedIdentityClientId

UserManagedIdentity ClientId

userManagedIdentityClientId?: string

Property Value

string

userName

User Name

userName?: string

Property Value

string

volumeMounts

List of volume mounts

volumeMounts?: VolumeMount[]

Property Value

Inherited Property Details

id

Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From ProxyOnlyResource.id

kind

Kind of resource.

kind?: string

Property Value

string

Inherited From ProxyOnlyResource.kind

name

Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From ProxyOnlyResource.name

type

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From ProxyOnlyResource.type