Share via


IStaticSiteBuildProperties.AppArtifactLocation Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Deprecated: The path of the app artifacts after building (deprecated in favor of OutputLocation)", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="appArtifactLocation")]
public string AppArtifactLocation { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Deprecated: The path of the app artifacts after building (deprecated in favor of OutputLocation)", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="appArtifactLocation")>]
member this.AppArtifactLocation : string with get, set
Public Property AppArtifactLocation As String

Property Value

Attributes

Applies to