AppServicePlanData.InstallScripts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Install scripts associated with this App Service plan. Serialized Name: AppServicePlan.properties.installScripts
public System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.InstallScript> InstallScripts { get; }
member this.InstallScripts : System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.InstallScript>
Public ReadOnly Property InstallScripts As IList(Of InstallScript)