GetStaticSiteResult

data class GetStaticSiteResult(val allowConfigFileUpdates: Boolean? = null, val azureApiVersion: String, val branch: String? = null, val buildProperties: StaticSiteBuildPropertiesResponse? = null, val contentDistributionEndpoint: String, val customDomains: List<String>, val databaseConnections: List<DatabaseConnectionOverviewResponse>, val defaultHostname: String, val enterpriseGradeCdnStatus: String? = null, val id: String, val identity: ManagedServiceIdentityResponse? = null, val keyVaultReferenceIdentity: String, val kind: String? = null, val linkedBackends: List<StaticSiteLinkedBackendResponse>, val location: String, val name: String, val privateEndpointConnections: List<ResponseMessageEnvelopeRemotePrivateEndpointConnectionResponse>, val provider: String? = null, val publicNetworkAccess: String? = null, 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, azureApiVersion: String, branch: String? = null, buildProperties: StaticSiteBuildPropertiesResponse? = null, contentDistributionEndpoint: String, customDomains: List<String>, databaseConnections: List<DatabaseConnectionOverviewResponse>, defaultHostname: String, enterpriseGradeCdnStatus: String? = null, id: String, identity: ManagedServiceIdentityResponse? = null, keyVaultReferenceIdentity: String, kind: String? = null, linkedBackends: List<StaticSiteLinkedBackendResponse>, location: String, name: String, privateEndpointConnections: List<ResponseMessageEnvelopeRemotePrivateEndpointConnectionResponse>, provider: String? = null, publicNetworkAccess: String? = null, 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

The Azure API version of the resource.

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

Database connections for the static site

Link copied to clipboard

The default autogenerated hostname for the static site.

Link copied to clipboard

State indicating the status of the enterprise grade CDN serving traffic to the static web app.

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. If the resource is an app, you can refer to https://github.com/Azure/app-service-linux-docs/blob/master/Things_You_Should_Know/kind_property.md#app-service-resource-kind-reference for details supported values for kind.

Link copied to clipboard

Backends linked to the static side

Link copied to clipboard

Resource Location.

Link copied to clipboard

Resource Name.

Link copied to clipboard
val provider: String? = null

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

Link copied to clipboard

State indicating whether public traffic are allowed or not for a static web app. Allowed Values: 'Enabled', 'Disabled' or an empty string.

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