Get Web App Site Container Result
data class GetWebAppSiteContainerResult(val authType: String? = null, val azureApiVersion: String, val createdTime: String, val environmentVariables: List<EnvironmentVariableResponse>? = null, val id: String, val image: String, val isMain: Boolean, val kind: String? = null, val lastModifiedTime: String, val name: String, val passwordSecret: String? = null, val startUpCommand: String? = null, val targetPort: String? = null, val type: String, val userManagedIdentityClientId: String? = null, val userName: String? = null, val volumeMounts: List<VolumeMountResponse>? = null)
Container of a site
Constructors
Link copied to clipboard
constructor(authType: String? = null, azureApiVersion: String, createdTime: String, environmentVariables: List<EnvironmentVariableResponse>? = null, id: String, image: String, isMain: Boolean, kind: String? = null, lastModifiedTime: String, name: String, passwordSecret: String? = null, startUpCommand: String? = null, targetPort: String? = null, type: String, userManagedIdentityClientId: String? = null, userName: String? = null, volumeMounts: List<VolumeMountResponse>? = null)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Created Time
Link copied to clipboard
List of environment variables
Link copied to clipboard
Last Modified Time
Link copied to clipboard
Password Secret
Link copied to clipboard
StartUp Command
Link copied to clipboard
Target Port
Link copied to clipboard
UserManagedIdentity ClientId
Link copied to clipboard
List of volume mounts