Package-level declarations
Types
Link copied to clipboard
data class ErrorArgs(val code: Output<String>? = null, val id: Output<Double>? = null, val message: Output<String>? = null, val possibleCauses: Output<String>? = null, val recommendedAction: Output<String>? = null, val runAsAccountId: Output<String>? = null, val severity: Output<String>? = null, val summaryMessage: Output<String>? = null, val updatedTimeStamp: Output<String>? = null) : ConvertibleToJava<ErrorArgs>
Defines the error.
Link copied to clipboard
class ErrorArgsBuilder
Builder for ErrorArgs.
Link copied to clipboard
data class GetSpringbootserverPlainArgs(val resourceGroupName: String, val siteName: String, val springbootserversName: String) : ConvertibleToJava<GetSpringbootserverPlainArgs>
Link copied to clipboard
Builder for GetSpringbootserverPlainArgs.
Link copied to clipboard
data class GetSpringbootsitePlainArgs(val resourceGroupName: String, val springbootsitesName: String) : ConvertibleToJava<GetSpringbootsitePlainArgs>
Link copied to clipboard
Builder for GetSpringbootsitePlainArgs.
Link copied to clipboard
data class SpringbootserversPropertiesArgs(val errors: Output<List<ErrorArgs>>? = null, val fqdnAndIpAddressList: Output<List<String>>? = null, val machineArmId: Output<String>? = null, val port: Output<Int>? = null, val provisioningState: Output<Either<String, ProvisioningState>>? = null, val server: Output<String>, val springBootApps: Output<Int>? = null, val totalApps: Output<Int>? = null) : ConvertibleToJava<SpringbootserversPropertiesArgs>
The springbootservers resource definition.
Link copied to clipboard
Builder for SpringbootserversPropertiesArgs.
Link copied to clipboard
data class SpringbootsitesModelExtendedLocationArgs(val name: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<SpringbootsitesModelExtendedLocationArgs>
The extended location definition.
Link copied to clipboard
Link copied to clipboard
data class SpringbootsitesPropertiesArgs(val masterSiteId: Output<String>? = null, val migrateProjectId: Output<String>? = null, val provisioningState: Output<Either<String, ProvisioningState>>? = null) : ConvertibleToJava<SpringbootsitesPropertiesArgs>
The springbootsites resource definition.
Link copied to clipboard
Builder for SpringbootsitesPropertiesArgs.