Get Container Apps Session Pool Result
data class GetContainerAppsSessionPoolResult(val containerType: String? = null, val customContainerTemplate: CustomContainerTemplateResponse? = null, val dynamicPoolConfiguration: DynamicPoolConfigurationResponse? = null, val environmentId: String? = null, val id: String, val location: String, val name: String, val nodeCount: Int, val poolManagementEndpoint: String, val poolManagementType: String? = null, val provisioningState: String, val scaleConfiguration: ScaleConfigurationResponse? = null, val secrets: List<SessionPoolSecretResponse>? = null, val sessionNetworkConfiguration: SessionNetworkConfigurationResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Container App session pool.
Constructors
Link copied to clipboard
constructor(containerType: String? = null, customContainerTemplate: CustomContainerTemplateResponse? = null, dynamicPoolConfiguration: DynamicPoolConfigurationResponse? = null, environmentId: String? = null, id: String, location: String, name: String, nodeCount: Int, poolManagementEndpoint: String, poolManagementType: String? = null, provisioningState: String, scaleConfiguration: ScaleConfigurationResponse? = null, secrets: List<SessionPoolSecretResponse>? = null, sessionNetworkConfiguration: SessionNetworkConfigurationResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The container type of the sessions.
Link copied to clipboard
The custom container configuration if the containerType is CustomContainer.
Link copied to clipboard
The pool configuration if the poolManagementType is dynamic.
Link copied to clipboard
Resource ID of the session pool's environment.
Link copied to clipboard
The endpoint to manage the pool.
Link copied to clipboard
The pool management type of the session pool.
Link copied to clipboard
Provisioning state of the session pool.
Link copied to clipboard
The scale configuration of the session pool.
Link copied to clipboard
The secrets of the session pool.
Link copied to clipboard
The network configuration of the sessions in the session pool.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.