Interface SpringAppDeployment.Definition<ParentT,T>

Type Parameters:
ParentT - the stage of the parent definition to return to after attaching this definition
T - The return type of final stage, usually SpringAppDeployment.DefinitionStages.WithCreate or SpringAppDeployment.DefinitionStages.WithAttach
All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.model.Attachable<ParentT>, com.azure.resourcemanager.resources.fluentcore.model.Creatable<SpringAppDeployment>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.model.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

Container interface for all the definitions that need to be implemented.