Uses of Interface
com.azure.resourcemanager.appplatform.models.SpringApp.Update
Packages that use SpringApp.Update
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of SpringApp.Update in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return SpringApp.UpdateModifier and TypeMethodDescriptionSpringApp.UpdateStages.WithDeployment.withActiveDeployment(String name) Specifies active deployment for the spring app.SpringApp.UpdateStages.WithConfigurationServiceBinding.withConfigurationServiceBinding()Specifies a binding to the default configuration service.SpringApp.UpdateStages.WithEndpoint.withCustomDomain(String domain) Specifies the custom domain for the spring app.SpringApp.UpdateStages.WithEndpoint.withCustomDomain(String domain, String certThumbprint) Specifies the custom domain for the spring app.SpringApp.UpdateStages.WithEndpoint.withDefaultPublicEndpoint()Enables the default public endpoint for the spring app.SpringApp.UpdateStages.WithEndpoint.withHttpsOnly()Enables https only for the spring app.SpringApp.UpdateStages.WithConfigurationServiceBinding.withoutConfigurationServiceBinding()Removes a binding to the default configuration service.SpringApp.UpdateStages.WithEndpoint.withoutCustomDomain(String domain) Removes the custom domain for the spring app.SpringApp.UpdateStages.WithEndpoint.withoutDefaultPublicEndpoint()Disables the default public endpoint for the spring app.SpringApp.UpdateStages.WithEndpoint.withoutHttpsOnly()Disables https only for the spring app.SpringApp.UpdateStages.WithServiceBinding.withoutServiceBinding(String name) Removes a service binding for the spring app.SpringApp.UpdateStages.WithServiceRegistryBinding.withoutServiceRegistryBinding()Removes a binding to the default service registry.SpringApp.UpdateStages.WithDisk.withPersistentDisk(int sizeInGB, String mountPath) Specifies the persistent disk for the spring app.SpringApp.UpdateStages.WithServiceBinding.withServiceBinding(String name, BindingResourceProperties bindingProperties) Specifies a service binding for the spring app.SpringApp.UpdateStages.WithServiceRegistryBinding.withServiceRegistryBinding()Specifies a binding to the default service registry.SpringApp.UpdateStages.WithDisk.withTemporaryDisk(int sizeInGB, String mountPath) Specifies the temporary disk for the spring app.