SpringbootappsProperties interface
The springbootapps resource definition.
Properties
application |
The application configuration file list. |
app |
The name of SpringBootApp. |
app |
The application port. |
app |
The application type, whether it is a SpringBoot app. |
artifact |
The artifact name of SpringBootApp. |
binding |
The application binding port list. |
build |
The jdk version in build. |
certificates | The certificate file list. |
checksum | The checksum of jar file. |
connection |
The connection string list. |
dependencies | The dependency list. |
environments | The environment variable list. |
errors | The list of errors. |
instance |
The total instance count the app deployed. |
instances | The breakdown info for app instances on all the servers |
jar |
The jar file location on the server. |
jvm |
The jvm heap memory allocated. |
jvm |
The jvm options. |
last |
Time when this springbootapps jar file was last modified. |
last |
Time when this springbootapps instance was last refreshed. |
machine |
The machine ARM id list the app belongs to. |
miscs | The other types of date collected. |
provisioning |
The resource provisioning state. |
runtime |
The jdk version installed on server |
servers | The server list the app installed |
site |
The site name. |
spring |
The spring boot version. |
static |
The static content location list. |
Property Details
applicationConfigurations
The application configuration file list.
applicationConfigurations?: SpringbootappsPropertiesApplicationConfigurationsItem[]
Property Value
appName
The name of SpringBootApp.
appName?: string
Property Value
string
appPort
The application port.
appPort?: number
Property Value
number
appType
The application type, whether it is a SpringBoot app.
appType?: string
Property Value
string
artifactName
The artifact name of SpringBootApp.
artifactName?: string
Property Value
string
bindingPorts
The application binding port list.
bindingPorts?: number[]
Property Value
number[]
buildJdkVersion
The jdk version in build.
buildJdkVersion?: string
Property Value
string
certificates
The certificate file list.
certificates?: string[]
Property Value
string[]
checksum
The checksum of jar file.
checksum?: string
Property Value
string
connectionStrings
The connection string list.
connectionStrings?: string[]
Property Value
string[]
dependencies
The dependency list.
dependencies?: string[]
Property Value
string[]
environments
The environment variable list.
environments?: string[]
Property Value
string[]
errors
instanceCount
The total instance count the app deployed.
instanceCount?: number
Property Value
number
instances
The breakdown info for app instances on all the servers
instances?: SpringbootappsPropertiesInstancesItem[]
Property Value
jarFileLocation
The jar file location on the server.
jarFileLocation?: string
Property Value
string
jvmMemoryInMB
The jvm heap memory allocated.
jvmMemoryInMB?: number
Property Value
number
jvmOptions
The jvm options.
jvmOptions?: string[]
Property Value
string[]
lastModifiedTime
Time when this springbootapps jar file was last modified.
lastModifiedTime?: Date
Property Value
Date
lastUpdatedTime
Time when this springbootapps instance was last refreshed.
lastUpdatedTime?: Date
Property Value
Date
machineArmIds
The machine ARM id list the app belongs to.
machineArmIds?: string[]
Property Value
string[]
miscs
The other types of date collected.
miscs?: SpringbootappsPropertiesMiscsItem[]
Property Value
provisioningState
The resource provisioning state.
provisioningState?: string
Property Value
string
runtimeJdkVersion
The jdk version installed on server
runtimeJdkVersion?: string
Property Value
string
servers
The server list the app installed
servers?: string[]
Property Value
string[]
siteName
The site name.
siteName?: string
Property Value
string
springBootVersion
The spring boot version.
springBootVersion?: string
Property Value
string
staticContentLocations
The static content location list.
staticContentLocations?: string[]
Property Value
string[]
Azure SDK for JavaScript