Share via


StaticSitesWorkflowPreviewRequestProperties Class

Definition

StaticSitesWorkflowPreviewRequest resource specific properties

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

Constructors

StaticSitesWorkflowPreviewRequestProperties()

Creates an new StaticSitesWorkflowPreviewRequestProperties instance.

Properties

Branch

The target branch in the repository.

BuildPropertyApiBuildCommand

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

BuildPropertyApiLocation

The path to the api code within the repository.

BuildPropertyAppArtifactLocation

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

BuildPropertyAppBuildCommand

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

BuildPropertyAppLocation

The path to the app code within the repository.

BuildPropertyGithubActionSecretNameOverride

Github Action secret name override.

BuildPropertyOutputLocation

The output path of the app after building.

BuildPropertySkipGithubActionWorkflowGeneration

Skip Github Action workflow generation.

RepositoryUrl

URL for the repository of the static site.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StaticSitesWorkflowPreviewRequestProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StaticSitesWorkflowPreviewRequestProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StaticSitesWorkflowPreviewRequestProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to