GetFunctionAppSiteCredential

data class GetFunctionAppSiteCredential(val password: String, val username: String)

Constructors

Link copied to clipboard
fun GetFunctionAppSiteCredential(password: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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