Uses of Interface
com.azure.resourcemanager.appplatform.models.SpringAppDeployment.DefinitionStages.WithModule
-
Packages that use SpringAppDeployment.DefinitionStages.WithModule Package Description com.azure.resourcemanager.appplatform.models Package containing the data models for AppPlatformManagementClient. -
-
Uses of SpringAppDeployment.DefinitionStages.WithModule in com.azure.resourcemanager.appplatform.models
Subinterfaces of SpringAppDeployment.DefinitionStages.WithModule in com.azure.resourcemanager.appplatform.models Modifier and Type Interface Description static interfaceSpringAppDeployment.Definition<ParentT,T>Container interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.appplatform.models that return SpringAppDeployment.DefinitionStages.WithModule Modifier and Type Method Description SpringAppDeployment.DefinitionStages.WithModule<T>SpringAppDeployment.DefinitionStages.WithSource. withSourceCodeTarGzFile(File sourceCodeTarGz)Specifies the source code for the deployment.
-