Interface SpringAppDeployment.Definition<ParentT,T>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definitionT- The return type of final stage, usuallySpringAppDeployment.DefinitionStages.WithCreateorSpringAppDeployment.DefinitionStages.WithAttach
- All Superinterfaces:
Attachable<ParentT>,Creatable<SpringAppDeployment>,HasName,Indexable,SpringAppDeployment.DefinitionStages.Blank<T>,SpringAppDeployment.DefinitionStages.Final<T>,SpringAppDeployment.DefinitionStages.WithAttach<ParentT,T>,SpringAppDeployment.DefinitionStages.WithCreate<T>,SpringAppDeployment.DefinitionStages.WithModule<T>,SpringAppDeployment.DefinitionStages.WithSettings<T>,SpringAppDeployment.DefinitionStages.WithSource<T>
- Enclosing interface:
- SpringAppDeployment
public static interface SpringAppDeployment.Definition<ParentT,T> extends SpringAppDeployment.DefinitionStages.Blank<T>, SpringAppDeployment.DefinitionStages.WithSource<T>, SpringAppDeployment.DefinitionStages.WithModule<T>, SpringAppDeployment.DefinitionStages.WithCreate<T>, SpringAppDeployment.DefinitionStages.WithAttach<ParentT,T>
Container interface for all the definitions that need to be implemented.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable
Attachable.InDefinition<ParentT extends Object>, Attachable.InDefinitionAlt<ParentT extends Object>, Attachable.InUpdate<ParentT extends Object>, Attachable.InUpdateAlt<ParentT extends Object>
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable
attach
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.appplatform.models.SpringAppDeployment.DefinitionStages.WithModule
withSingleModule, withTargetModule
-
Methods inherited from interface com.azure.resourcemanager.appplatform.models.SpringAppDeployment.DefinitionStages.WithSettings
withActivation, withCpu, withEnvironment, withInstance, withJvmOptions, withMemory, withRuntime, withVersionName
-
Methods inherited from interface com.azure.resourcemanager.appplatform.models.SpringAppDeployment.DefinitionStages.WithSource
withExistingSource, withJarFile, withSourceCodeTarGzFile
-
-