Uses of Class
com.azure.resourcemanager.appservice.models.InstallScriptSource
Packages that use InstallScriptSource
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of InstallScriptSource in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type InstallScriptSourceModifier and TypeClassDescriptionfinal classObject to hold install script reference.Methods in com.azure.resourcemanager.appservice.models that return InstallScriptSourceModifier and TypeMethodDescriptionstatic InstallScriptSourceInstallScriptSource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of InstallScriptSource from the JsonReader.InstallScript.source()Get the source property: Source of the install script.InstallScriptSource.withSourceUri(String sourceUri) Set the sourceUri property: Install script source URI where the install script file will be fetched from.InstallScriptSource.withType(InstallScriptType type) Set the type property: Type of the install script.Methods in com.azure.resourcemanager.appservice.models with parameters of type InstallScriptSourceModifier and TypeMethodDescriptionInstallScript.withSource(InstallScriptSource source) Set the source property: Source of the install script.