Uses of Class
com.azure.resourcemanager.appservice.models.InstallScript
Packages that use InstallScript
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of InstallScript in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type InstallScriptModifier and TypeMethodDescriptionAppServicePlanInner.installScripts()Get the installScripts property: Install scripts associated with this App Service plan.AppServicePlanProperties.installScripts()Get the installScripts property: Install scripts associated with this App Service plan.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type InstallScriptModifier and TypeMethodDescriptionAppServicePlanInner.withInstallScripts(List<InstallScript> installScripts) Set the installScripts property: Install scripts associated with this App Service plan.AppServicePlanProperties.withInstallScripts(List<InstallScript> installScripts) Set the installScripts property: Install scripts associated with this App Service plan. -
Uses of InstallScript in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type InstallScriptModifier and TypeClassDescriptionfinal classServer farm install script configuration.Methods in com.azure.resourcemanager.appservice.models that return InstallScriptModifier and TypeMethodDescriptionstatic InstallScriptInstallScript.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of InstallScript from the JsonReader.Set the name property: Name of the install script.InstallScript.withSource(InstallScriptSource source) Set the source property: Source of the install script.