ApacheTomcatAKSWorkloadDeploymentResponse

data class ApacheTomcatAKSWorkloadDeploymentResponse(val automationArtifactProperties: AutomationArtifactResponse? = null, val bindings: List<BindingResponse>? = null, val buildContainerImages: List<ContainerImagePropertiesResponse>? = null, val clusterProperties: AKSDeploymentPropertiesResponse? = null, val configurations: List<WebApplicationConfigurationResponse>? = null, val containerImageProperties: ContainerImagePropertiesResponse? = null, val deploymentHistory: List<DeployedResourcesPropertiesResponse>, val deploymentNamePrefix: String? = null, val deploymentSpec: AKSDeploymentSpecificationResponse? = null, val directories: List<WebApplicationDirectoryResponse>? = null, val limits: ResourceRequirementsResponse? = null, val monitoringProperties: AppInsightMonitoringPropertiesResponse? = null, val requests: ResourceRequirementsResponse? = null, val targetPlatformIdentity: String? = null)

ApacheTomcat web application.

Constructors

constructor(automationArtifactProperties: AutomationArtifactResponse? = null, bindings: List<BindingResponse>? = null, buildContainerImages: List<ContainerImagePropertiesResponse>? = null, clusterProperties: AKSDeploymentPropertiesResponse? = null, configurations: List<WebApplicationConfigurationResponse>? = null, containerImageProperties: ContainerImagePropertiesResponse? = null, deploymentHistory: List<DeployedResourcesPropertiesResponse>, deploymentNamePrefix: String? = null, deploymentSpec: AKSDeploymentSpecificationResponse? = null, directories: List<WebApplicationDirectoryResponse>? = null, limits: ResourceRequirementsResponse? = null, monitoringProperties: AppInsightMonitoringPropertiesResponse? = null, requests: ResourceRequirementsResponse? = null, targetPlatformIdentity: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Class for automation artifact.

Link copied to clipboard

Gets or sets the bindings for the application.

Link copied to clipboard

Gets or sets the build container images.

Link copied to clipboard

Class for AKSDeployment Properties.

Link copied to clipboard

Gets or sets application configuration.

Link copied to clipboard

Class for container image properties.

Link copied to clipboard

Gets or sets the deployment history.

Link copied to clipboard

Gets or sets the deployment name prefix.

Link copied to clipboard

AKS Deployment Specification.

Link copied to clipboard

Gets or sets application directories.

Link copied to clipboard

Resource Requirements.

Link copied to clipboard

Class for app insight monitoring properties.

Link copied to clipboard

Resource Requirements.

Link copied to clipboard

Gets or sets the target platform managed identity.