Share via


UserArtifactSettings.PackageFileName Property

Definition

Gets or sets optional. The name to assign the downloaded package file on the VM. This is limited to 4096 characters. If not specified, the package file will be named the same as the Gallery Application name.

[Newtonsoft.Json.JsonProperty(PropertyName="packageFileName")]
public string PackageFileName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="packageFileName")>]
member this.PackageFileName : string with get, set
Public Property PackageFileName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to