Uses of Interface
com.azure.resourcemanager.appplatform.models.SpringApp.DefinitionStages.WithCreate
Packages that use SpringApp.DefinitionStages.WithCreate
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of SpringApp.DefinitionStages.WithCreate in com.azure.resourcemanager.appplatform.models
Subinterfaces of SpringApp.DefinitionStages.WithCreate in com.azure.resourcemanager.appplatform.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.appplatform.models with type parameters of type SpringApp.DefinitionStages.WithCreateModifier and TypeMethodDescription<T extends SpringAppDeployment.DefinitionStages.WithAttach<? extends SpringApp.DefinitionStages.WithCreate,T>>
SpringAppDeployment.DefinitionStages.Blank<T> SpringApp.DefinitionStages.WithDeployment.defineActiveDeployment(String name) Starts the definition of the active deployment for the spring app.Methods in com.azure.resourcemanager.appplatform.models that return SpringApp.DefinitionStages.WithCreateModifier and TypeMethodDescriptionSpringApp.DefinitionStages.WithConfigurationServiceBinding.withConfigurationServiceBinding()Specifies a binding to the default configuration service.SpringApp.DefinitionStages.WithEndpoint.withCustomDomain(String domain) Specifies the custom domain for the spring app.SpringApp.DefinitionStages.WithEndpoint.withCustomDomain(String domain, String certThumbprint) Specifies the custom domain for the spring app.SpringApp.DefinitionStages.WithDeployment.withDefaultActiveDeployment()Deploys a default package for the spring app with default scale.SpringApp.DefinitionStages.WithEndpoint.withDefaultPublicEndpoint()Enables the default public endpoint for the spring app.SpringApp.DefinitionStages.WithEndpoint.withHttpsOnly()Enables https only for the spring app.SpringApp.DefinitionStages.WithConfigurationServiceBinding.withoutConfigurationServiceBinding()Removes a binding to the default configuration service.SpringApp.DefinitionStages.WithServiceBinding.withoutServiceBinding(String name) Removes a service binding for the spring app.SpringApp.DefinitionStages.WithServiceRegistryBinding.withoutServiceRegistryBinding()Removes a binding to the default service registry.SpringApp.DefinitionStages.WithDisk.withPersistentDisk(int sizeInGB, String mountPath) Specifies the persistent disk for the spring app.SpringApp.DefinitionStages.WithServiceBinding.withServiceBinding(String name, BindingResourceProperties bindingProperties) Specifies a service binding for the spring app.SpringApp.DefinitionStages.WithServiceRegistryBinding.withServiceRegistryBinding()Specifies a binding to the default service registry.SpringApp.DefinitionStages.WithDisk.withTemporaryDisk(int sizeInGB, String mountPath) Specifies the temporary disk for the spring app.