LinuxFunctionAppSiteCredential

data class LinuxFunctionAppSiteCredential(val name: String? = null, val password: String? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, password: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name which should be used for this Linux Function App. Changing this forces a new Linux Function App to be created. Limit the function name to 32 characters to avoid naming collisions. For more information about Function App naming rule and Host ID Collisions

Link copied to clipboard
val password: String? = null

The Site Credentials Password used for publishing.