GetStaticSiteUserProvidedFunctionAppForStaticSiteResult

data class GetStaticSiteUserProvidedFunctionAppForStaticSiteResult(val createdOn: String, val functionAppRegion: String? = null, val functionAppResourceId: String? = null, val id: String, val kind: String? = null, val name: String, val type: String)

Static Site User Provided Function App ARM resource.

Constructors

constructor(createdOn: String, functionAppRegion: String? = null, functionAppResourceId: String? = null, id: String, kind: String? = null, name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time on which the function app was registered with the static site.

Link copied to clipboard

The region of the function app registered with the static site

Link copied to clipboard

The resource id of the function app registered with the static site

Link copied to clipboard
val id: String

Resource Id.

Link copied to clipboard
val kind: String? = null

Kind of resource.

Link copied to clipboard

Resource Name.

Link copied to clipboard

Resource type.