GalleryApplicationVersionPublishingProfile.AdvancedSettings Property

Definition

Gets or sets optional. Additional settings to pass to the vm-application-manager extension. For advanced use only.

[Newtonsoft.Json.JsonProperty(PropertyName="advancedSettings")]
public System.Collections.Generic.IDictionary<string,string> AdvancedSettings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="advancedSettings")>]
member this.AdvancedSettings : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property AdvancedSettings As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to