SpringApp.DefinitionStages.WithCreate |
SpringApp.DefinitionStages.WithEndpoint.withCustomDomain(String domain) |
Specifies the custom domain for the spring app.
|
SpringApp.DefinitionStages.WithCreate |
SpringApp.DefinitionStages.WithEndpoint.withCustomDomain(String domain,
String certThumbprint) |
Specifies the custom domain for the spring app.
|
SpringApp.DefinitionStages.WithCreate |
SpringApp.DefinitionStages.WithDeployment.withDefaultActiveDeployment() |
Deploys a default package for the spring app with default scale.
|
SpringApp.DefinitionStages.WithCreate |
SpringApp.DefinitionStages.WithEndpoint.withDefaultPublicEndpoint() |
Enables the default public endpoint for the spring app.
|
SpringApp.DefinitionStages.WithCreate |
SpringApp.DefinitionStages.WithEndpoint.withHttpsOnly() |
Enables https only for the spring app.
|
SpringApp.DefinitionStages.WithCreate |
SpringApp.DefinitionStages.WithServiceBinding.withoutServiceBinding(String name) |
Removes a service binding for the spring app.
|
SpringApp.DefinitionStages.WithCreate |
SpringApp.DefinitionStages.WithDisk.withPersistentDisk(int sizeInGB,
String mountPath) |
Specifies the persistent disk for the spring app.
|
SpringApp.DefinitionStages.WithCreate |
SpringApp.DefinitionStages.WithServiceBinding.withServiceBinding(String name,
BindingResourceProperties bindingProperties) |
Specifies a service binding for the spring app.
|
SpringApp.DefinitionStages.WithCreate |
SpringApp.DefinitionStages.WithDisk.withTemporaryDisk(int sizeInGB,
String mountPath) |
Specifies the temporary disk for the spring app.
|