WindowsWebAppSiteCredential

data class WindowsWebAppSiteCredential(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 Windows Web App. Changing this forces a new Windows Web App to be created.

Link copied to clipboard
val password: String? = null

The Site Credentials Password used for publishing.