SpringBootAppProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The springbootapps resource definition. Serialized Name: SpringbootappsProperties
public class SpringBootAppProperties
type SpringBootAppProperties = class
Public Class SpringBootAppProperties
- Inheritance
-
SpringBootAppProperties
Constructors
SpringBootAppProperties() |
Initializes a new instance of SpringBootAppProperties. |
Properties
ApplicationConfigurations |
The application configuration file list. Serialized Name: SpringbootappsProperties.applicationConfigurations |
AppName |
The name of SpringBootApp. Serialized Name: SpringbootappsProperties.appName |
AppPort |
The application port. Serialized Name: SpringbootappsProperties.appPort |
AppType |
The application type, whether it is a SpringBoot app. Serialized Name: SpringbootappsProperties.appType |
ArtifactName |
The artifact name of SpringBootApp. Serialized Name: SpringbootappsProperties.artifactName |
BindingPorts |
The application binding port list. Serialized Name: SpringbootappsProperties.bindingPorts |
BuildJdkVersion |
The jdk version in build. Serialized Name: SpringbootappsProperties.buildJdkVersion |
Certificates |
The certificate file list. Serialized Name: SpringbootappsProperties.certificates |
Checksum |
The checksum of jar file. Serialized Name: SpringbootappsProperties.checksum |
ConnectionStrings |
The connection string list. Serialized Name: SpringbootappsProperties.connectionStrings |
Dependencies |
The dependency list. Serialized Name: SpringbootappsProperties.dependencies |
Environments |
The environment variable list. Serialized Name: SpringbootappsProperties.environments |
Errors |
The list of errors. Serialized Name: SpringbootappsProperties.errors |
InstanceCount |
The total instance count the app deployed. Serialized Name: SpringbootappsProperties.instanceCount |
Instances |
The breakdown info for app instances on all the servers Serialized Name: SpringbootappsProperties.instances |
JarFileLocation |
The jar file location on the server. Serialized Name: SpringbootappsProperties.jarFileLocation |
JvmMemoryInMB |
The jvm heap memory allocated. Serialized Name: SpringbootappsProperties.jvmMemoryInMB |
JvmOptions |
The jvm options. Serialized Name: SpringbootappsProperties.jvmOptions |
LastModifiedOn |
Time when this springbootapps jar file was last modified. Serialized Name: SpringbootappsProperties.lastModifiedTime |
LastUpdatedOn |
Time when this springbootapps instance was last refreshed. Serialized Name: SpringbootappsProperties.lastUpdatedTime |
MachineArmIds |
The machine ARM id list the app belongs to. Serialized Name: SpringbootappsProperties.machineArmIds |
Miscs |
The other types of date collected. Serialized Name: SpringbootappsProperties.miscs |
ProvisioningState |
The resource provisioning state. Serialized Name: SpringbootappsProperties.provisioningState |
RuntimeJdkVersion |
The jdk version installed on server Serialized Name: SpringbootappsProperties.runtimeJdkVersion |
Servers |
The server list the app installed Serialized Name: SpringbootappsProperties.servers |
SiteName |
The site name. Serialized Name: SpringbootappsProperties.siteName |
SpringBootVersion |
The spring boot version. Serialized Name: SpringbootappsProperties.springBootVersion |
StaticContentLocations |
The static content location list. Serialized Name: SpringbootappsProperties.staticContentLocations |
Applies to
Azure SDK for .NET