GetContainerAppsSessionPoolResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val containerType: String? = null

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
val environmentId: String? = null

Resource ID of the session pool's environment.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

The number of nodes the session pool is using.

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.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"