GetStaticSiteResult

data class GetStaticSiteResult(val allowConfigFileUpdates: Boolean? = null, val branch: String? = null, val buildProperties: StaticSiteBuildPropertiesResponse? = null, val contentDistributionEndpoint: String, val customDomains: List<String>, val defaultHostname: String, val id: String, val identity: ManagedServiceIdentityResponse? = null, val keyVaultReferenceIdentity: String, val kind: String? = null, val location: String, val name: String, val privateEndpointConnections: List<ResponseMessageEnvelopeRemotePrivateEndpointConnectionResponse>, val provider: String, val repositoryToken: String? = null, val repositoryUrl: String? = null, val sku: SkuDescriptionResponse? = null, val stagingEnvironmentPolicy: String? = null, val tags: Map<String, String>? = null, val templateProperties: StaticSiteTemplateOptionsResponse? = null, val type: String, val userProvidedFunctionApps: List<StaticSiteUserProvidedFunctionAppResponse>)

Static Site ARM resource.

Constructors

Link copied to clipboard
constructor(allowConfigFileUpdates: Boolean? = null, branch: String? = null, buildProperties: StaticSiteBuildPropertiesResponse? = null, contentDistributionEndpoint: String, customDomains: List<String>, defaultHostname: String, id: String, identity: ManagedServiceIdentityResponse? = null, keyVaultReferenceIdentity: String, kind: String? = null, location: String, name: String, privateEndpointConnections: List<ResponseMessageEnvelopeRemotePrivateEndpointConnectionResponse>, provider: String, repositoryToken: String? = null, repositoryUrl: String? = null, sku: SkuDescriptionResponse? = null, stagingEnvironmentPolicy: String? = null, tags: Map<String, String>? = null, templateProperties: StaticSiteTemplateOptionsResponse? = null, type: String, userProvidedFunctionApps: List<StaticSiteUserProvidedFunctionAppResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

false if config file is locked for this static web app; otherwise, true.

Link copied to clipboard
val branch: String? = null

The target branch in the repository.

Link copied to clipboard

Build properties to configure on the repository.

Link copied to clipboard

The content distribution endpoint for the static site.

Link copied to clipboard

The custom domains associated with this static site.

Link copied to clipboard

The default autogenerated hostname for the static site.

Link copied to clipboard
val id: String

Resource Id.

Link copied to clipboard

Managed service identity.

Link copied to clipboard

Identity to use for Key Vault Reference authentication.

Link copied to clipboard
val kind: String? = null

Kind of resource.

Link copied to clipboard

Resource Location.

Link copied to clipboard

Resource Name.

Link copied to clipboard

The provider that submitted the last deployment to the primary environment of the static site.

Link copied to clipboard
val repositoryToken: String? = null

A user's github repository token. This is used to setup the Github Actions workflow file and API secrets.

Link copied to clipboard
val repositoryUrl: String? = null

URL for the repository of the static site.

Link copied to clipboard

Description of a SKU for a scalable resource.

Link copied to clipboard

State indicating whether staging environments are allowed or not allowed for a static web app.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Template options for generating a new repository.

Link copied to clipboard

Resource type.

Link copied to clipboard

User provided function apps registered with the static site