Uses of Class
com.azure.resourcemanager.appcontainers.models.LifecycleConfiguration
Packages that use LifecycleConfiguration
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of LifecycleConfiguration in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return LifecycleConfigurationModifier and TypeMethodDescriptionstatic LifecycleConfigurationLifecycleConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LifecycleConfiguration from the JsonReader.DynamicPoolConfiguration.lifecycleConfiguration()Get the lifecycleConfiguration property: The lifecycle configuration of a session in the dynamic session pool.LifecycleConfiguration.withCooldownPeriodInSeconds(Integer cooldownPeriodInSeconds) Set the cooldownPeriodInSeconds property: The cooldown period of a session in seconds when the lifecycle type is 'Timed'.LifecycleConfiguration.withLifecycleType(LifecycleType lifecycleType) Set the lifecycleType property: The lifecycle type of the session pool.LifecycleConfiguration.withMaxAlivePeriodInSeconds(Integer maxAlivePeriodInSeconds) Set the maxAlivePeriodInSeconds property: The maximum alive period of a session in seconds when the lifecycle type is 'OnContainerExit'.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type LifecycleConfigurationModifier and TypeMethodDescriptionDynamicPoolConfiguration.withLifecycleConfiguration(LifecycleConfiguration lifecycleConfiguration) Set the lifecycleConfiguration property: The lifecycle configuration of a session in the dynamic session pool.