Uses of Class
com.azure.resourcemanager.appplatform.models.WarUploadedUserSourceInfo
Packages that use WarUploadedUserSourceInfo
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of WarUploadedUserSourceInfo in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return WarUploadedUserSourceInfoModifier and TypeMethodDescriptionstatic WarUploadedUserSourceInfoWarUploadedUserSourceInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WarUploadedUserSourceInfo from the JsonReader.WarUploadedUserSourceInfo.withJvmOptions(String jvmOptions) Set the jvmOptions property: JVM parameter.WarUploadedUserSourceInfo.withRelativePath(String relativePath) Set the relativePath property: Relative path of the storage which stores the source.WarUploadedUserSourceInfo.withRuntimeVersion(String runtimeVersion) Set the runtimeVersion property: Runtime version of the war file.WarUploadedUserSourceInfo.withServerVersion(String serverVersion) Set the serverVersion property: Server version, currently only Apache Tomcat is supported.WarUploadedUserSourceInfo.withVersion(String version) Set the version property: Version of the source.