SpringApp.Update |
SpringApp.UpdateStages.WithDeployment.withActiveDeployment(String name) |
Specifies active deployment for the spring app.
|
SpringApp.Update |
SpringApp.UpdateStages.WithEndpoint.withCustomDomain(String domain) |
Specifies the custom domain for the spring app.
|
SpringApp.Update |
SpringApp.UpdateStages.WithEndpoint.withCustomDomain(String domain,
String certThumbprint) |
Specifies the custom domain for the spring app.
|
SpringApp.Update |
SpringApp.UpdateStages.WithEndpoint.withDefaultPublicEndpoint() |
Enables the default public endpoint for the spring app.
|
SpringApp.Update |
SpringApp.UpdateStages.WithEndpoint.withHttpsOnly() |
Enables https only for the spring app.
|
SpringApp.Update |
SpringApp.UpdateStages.WithEndpoint.withoutCustomDomain(String domain) |
Removes the custom domain for the spring app.
|
SpringApp.Update |
SpringApp.UpdateStages.WithEndpoint.withoutDefaultPublicEndpoint() |
Disables the default public endpoint for the spring app.
|
SpringApp.Update |
SpringApp.UpdateStages.WithEndpoint.withoutHttpsOnly() |
Disables https only for the spring app.
|
SpringApp.Update |
SpringApp.UpdateStages.WithServiceBinding.withoutServiceBinding(String name) |
Removes a service binding for the spring app.
|
SpringApp.Update |
SpringApp.UpdateStages.WithDisk.withPersistentDisk(int sizeInGB,
String mountPath) |
Specifies the persistent disk for the spring app.
|
SpringApp.Update |
SpringApp.UpdateStages.WithServiceBinding.withServiceBinding(String name,
BindingResourceProperties bindingProperties) |
Specifies a service binding for the spring app.
|
SpringApp.Update |
SpringApp.UpdateStages.WithDisk.withTemporaryDisk(int sizeInGB,
String mountPath) |
Specifies the temporary disk for the spring app.
|