Uses of Class
com.azure.resourcemanager.appcontainers.models.KedaConfiguration
Packages that use KedaConfiguration
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of KedaConfiguration in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return KedaConfigurationModifier and TypeMethodDescriptionManagedEnvironmentInner.kedaConfiguration()
Get the kedaConfiguration property: The configuration of Keda component.ManagedEnvironmentProperties.kedaConfiguration()
Get the kedaConfiguration property: The configuration of Keda component.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type KedaConfigurationModifier and TypeMethodDescriptionManagedEnvironmentInner.withKedaConfiguration
(KedaConfiguration kedaConfiguration) Set the kedaConfiguration property: The configuration of Keda component.ManagedEnvironmentProperties.withKedaConfiguration
(KedaConfiguration kedaConfiguration) Set the kedaConfiguration property: The configuration of Keda component. -
Uses of KedaConfiguration in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return KedaConfigurationModifier and TypeMethodDescriptionstatic KedaConfiguration
KedaConfiguration.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of KedaConfiguration from the JsonReader.ManagedEnvironment.kedaConfiguration()
Gets the kedaConfiguration property: The configuration of Keda component.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type KedaConfigurationModifier and TypeMethodDescriptionManagedEnvironment.DefinitionStages.WithKedaConfiguration.withKedaConfiguration
(KedaConfiguration kedaConfiguration) Specifies the kedaConfiguration property: The configuration of Keda component..ManagedEnvironment.UpdateStages.WithKedaConfiguration.withKedaConfiguration
(KedaConfiguration kedaConfiguration) Specifies the kedaConfiguration property: The configuration of Keda component..