SiteContainer interface
Container of a site
- Extends
Properties
| auth |
Auth Type |
| created |
Created Time NOTE: This property will not be serialized. It can only be populated by the server. |
| environment |
List of environment variables |
| image | Image Name |
| inherit |
|
| is |
|
| last |
Last Modified Time NOTE: This property will not be serialized. It can only be populated by the server. |
| password |
Password Secret |
| start |
StartUp Command |
| target |
Target Port |
| user |
UserManagedIdentity ClientId |
| user |
User Name |
| volume |
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
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
inheritAppSettingsAndConnectionStrings
true if all AppSettings and ConnectionStrings have to be passed to the container as environment variables; false otherwise.
inheritAppSettingsAndConnectionStrings?: boolean
Property Value
boolean
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
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
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