Interface SpringAppDeployment.Update
-
- All Superinterfaces:
Appliable<SpringAppDeployment>,Indexable,SpringAppDeployment.UpdateStages.WithModule,SpringAppDeployment.UpdateStages.WithSettings,SpringAppDeployment.UpdateStages.WithSource
- Enclosing interface:
- SpringAppDeployment
public static interface SpringAppDeployment.Update extends Appliable<SpringAppDeployment>, SpringAppDeployment.UpdateStages.WithSource, SpringAppDeployment.UpdateStages.WithModule, SpringAppDeployment.UpdateStages.WithSettings
The template for an update operation, containing all the settings that can be modified.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Appliable
apply, apply, applyAsync, applyAsync
-
Methods inherited from interface com.azure.resourcemanager.appplatform.models.SpringAppDeployment.UpdateStages.WithModule
withSingleModule, withTargetModule
-
Methods inherited from interface com.azure.resourcemanager.appplatform.models.SpringAppDeployment.UpdateStages.WithSettings
withActivation, withCpu, withEnvironment, withInstance, withJvmOptions, withMemory, withoutEnvironment, withRuntime, withVersionName
-
Methods inherited from interface com.azure.resourcemanager.appplatform.models.SpringAppDeployment.UpdateStages.WithSource
withExistingSource, withJarFile, withSourceCodeTarGzFile
-
-