FunctionAppSiteCredential

data class FunctionAppSiteCredential(val password: String? = null, val username: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val password: String? = null

The password associated with the username, which can be used to publish to this App Service.

Link copied to clipboard
val username: String? = null

The username which can be used to publish to this App Service