你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StaticSiteBuildProperties Class

Definition

Build properties for the static site.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSiteBuildPropertiesTypeConverter))]
public class StaticSiteBuildProperties : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteBuildProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSiteBuildPropertiesTypeConverter))>]
type StaticSiteBuildProperties = class
    interface IStaticSiteBuildProperties
    interface IJsonSerializable
Public Class StaticSiteBuildProperties
Implements IStaticSiteBuildProperties
Inheritance
StaticSiteBuildProperties
Attributes
Implements

Constructors

StaticSiteBuildProperties()

Creates an new StaticSiteBuildProperties instance.

Properties

ApiBuildCommand

A custom command to run during deployment of the Azure Functions API application.

ApiLocation

The path to the api code within the repository.

AppArtifactLocation

Deprecated: The path of the app artifacts after building (deprecated in favor of OutputLocation)

AppBuildCommand

A custom command to run during deployment of the static content application.

AppLocation

The path to the app code within the repository.

GithubActionSecretNameOverride

Github Action secret name override.

OutputLocation

The output path of the app after building.

SkipGithubActionWorkflowGeneration

Skip Github Action workflow generation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StaticSiteBuildProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StaticSiteBuildProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteBuildProperties.

FromJsonString(String)

Creates a new instance of StaticSiteBuildProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StaticSiteBuildProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to