StaticSiteBuildProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Build properties for the static site.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.StaticSiteBuildPropertiesTypeConverter))]
public class StaticSiteBuildProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStaticSiteBuildProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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.Functions.Models.Api20231201.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. |