Interface SpringAppDeployment.DefinitionStages.Final<T>
-
- All Superinterfaces:
SpringAppDeployment.DefinitionStages.WithSettings<T>
- All Known Subinterfaces:
SpringAppDeployment.Definition<ParentT,T>,SpringAppDeployment.DefinitionStages.WithAttach<ParentT,T>,SpringAppDeployment.DefinitionStages.WithCreate<T>
- Enclosing interface:
- SpringAppDeployment.DefinitionStages
public static interface SpringAppDeployment.DefinitionStages.Final<T> extends SpringAppDeployment.DefinitionStages.WithSettings<T>
The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.appplatform.models.SpringAppDeployment.DefinitionStages.WithSettings
withActivation, withCpu, withEnvironment, withInstance, withJvmOptions, withMemory, withRuntime, withVersionName
-
-