Uses of Class
com.azure.resourcemanager.appservice.models.InstallScriptType
Packages that use InstallScriptType
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of InstallScriptType in com.azure.resourcemanager.appservice.models
Subclasses with type arguments of type InstallScriptType in com.azure.resourcemanager.appservice.modelsFields in com.azure.resourcemanager.appservice.models declared as InstallScriptTypeModifier and TypeFieldDescriptionstatic final InstallScriptTypeInstallScriptType.PLATFORM_STORAGEStatic value PlatformStorage for InstallScriptType.static final InstallScriptTypeInstallScriptType.REMOTE_AZURE_BLOBStatic value RemoteAzureBlob for InstallScriptType.Methods in com.azure.resourcemanager.appservice.models that return InstallScriptTypeModifier and TypeMethodDescriptionstatic InstallScriptTypeInstallScriptType.fromString(String name) Creates or finds a InstallScriptType from its string representation.InstallScriptSource.type()Get the type property: Type of the install script.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type InstallScriptTypeModifier and TypeMethodDescriptionstatic Collection<InstallScriptType> InstallScriptType.values()Gets known InstallScriptType values.Methods in com.azure.resourcemanager.appservice.models with parameters of type InstallScriptTypeModifier and TypeMethodDescriptionInstallScriptSource.withType(InstallScriptType type) Set the type property: Type of the install script.