Share via


IStaticSiteBuildProperties.OutputLocation Property

Definition

The output path of the app after building.

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

Property Value

Attributes

Applies to