Uses of Interface
com.azure.resourcemanager.appplatform.models.SpringAppDeployment.Update
Packages that use SpringAppDeployment.Update
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of SpringAppDeployment.Update in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return SpringAppDeployment.UpdateModifier and TypeMethodDescriptionSpringAppDeployment.UpdateStages.WithSettings.withActivation()Activates of the deployment after update.SpringAppDeployment.UpdateStages.WithSettings.withConfigFilePatterns(List<String> configFilePatterns) Specifies the config file patterns for the deployment.SpringAppDeployment.UpdateStages.WithSettings.withCpu(double cpuCount) Specifies the cpu number of the deployment.SpringAppDeployment.UpdateStages.WithSettings.withCpu(int cpuCount) Specifies the cpu number of the deployment.SpringAppDeployment.UpdateStages.WithSettings.withEnvironment(String key, String value) Specifies a environment variable of the deployment.SpringAppDeployment.UpdateStages.WithSource.withExistingSource(UserSourceType type, String relativePath) Specifies the a existing source in the cloud storage.SpringAppDeployment.UpdateStages.WithSettings.withInstance(int count) Specifies the instance number of the deployment.SpringAppDeployment.UpdateStages.WithSource.withJarFile(File jar) Specifies the jar package for the deployment.SpringAppDeployment.UpdateStages.WithSource.withJarFile(File jar, List<String> configFilePatterns) (Enterprise Tier Only) Specifies the jar package for the deployment.SpringAppDeployment.UpdateStages.WithSettings.withJvmOptions(String jvmOptions) Specifies the jvm options of the deployment.SpringAppDeployment.UpdateStages.WithSettings.withMemory(double sizeInGB) Specifies the memory of the deployment.SpringAppDeployment.UpdateStages.WithSettings.withMemory(int sizeInGB) Specifies the memory of the deployment.SpringAppDeployment.UpdateStages.WithSettings.withoutEnvironment(String key) Removes a environment variable of the deployment.SpringAppDeployment.UpdateStages.WithSettings.withRuntime(RuntimeVersion version) Specifies the runtime version of the deployment.SpringAppDeployment.UpdateStages.WithModule.withSingleModule()Specifies the only module of the source code.SpringAppDeployment.UpdateStages.WithModule.withTargetModule(String moduleName) Specifies the module of the source code.SpringAppDeployment.UpdateStages.WithSettings.withVersionName(String versionName) Specifies the version of the deployment.