SpringAppDeployment Interface
Implements
public interface SpringAppDeployment
extends ExternalChildResource<SpringAppDeployment,SpringApp>, HasInnerModel<DeploymentResourceInner>, Updatable<Update>
An immutable client-side representation of an Azure Spring App Deployment.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String | appName() |
abstract List<String> | configFilePatterns() |
abstract Double | cpu() |
abstract String | getLogFileUrl() |
abstract Mono<String> | getLogFileUrlAsync() |
abstract
List<Deployment |
instances() |
abstract boolean | isActive() |
abstract String | jvmOptions() |
abstract Double | memoryInGB() |
abstract void |
restart()
Restarts the deployment. |
abstract Mono<Void> |
restartAsync()
Restarts the deployment. |
abstract
Runtime |
runtimeVersion() |
abstract
Deployment |
settings() |
abstract void |
start()
Starts the deployment. |
abstract Mono<Void> |
startAsync()
Starts the deployment. |
abstract
Deployment |
status() |
abstract void |
stop()
Stops the deployment. |
abstract Mono<Void> |
stopAsync()
Stops the deployment. |
Method Details
appName
public abstract String appName()
Returns:
configFilePatterns
public abstract List
Returns:
cpu
public abstract Double cpu()
Returns:
getLogFileUrl
public abstract String getLogFileUrl()
Returns:
getLogFileUrlAsync
public abstract Mono
Returns:
instances
public abstract List
Returns:
isActive
public abstract boolean isActive()
Returns:
jvmOptions
public abstract String jvmOptions()
Returns:
memoryInGB
public abstract Double memoryInGB()
Returns:
restart
public abstract void restart()
Restarts the deployment.
restartAsync
public abstract Mono
Restarts the deployment.
Returns:
runtimeVersion
public abstract RuntimeVersion runtimeVersion()
Returns:
settings
public abstract DeploymentSettings settings()
Returns:
start
public abstract void start()
Starts the deployment.
startAsync
public abstract Mono
Starts the deployment.
Returns:
status
public abstract DeploymentResourceStatus status()
Returns:
stop
public abstract void stop()
Stops the deployment.
stopAsync
public abstract Mono
Stops the deployment.
Returns:
Applies to
Azure SDK for Java