Show / Hide Table of Contents

Class FunctionProvisionedConcurrencyConfig

Note: Deprecated. Use the new resource model APIs instead.
Define the strategy for provisioned concurrency for the function.

Inheritance
object
FunctionProvisionedConcurrencyConfig
ConstantProvisionedConcurrencyConfig
NoneProvisionedConcurrencyConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FunctionsService.Models
Assembly: OCI.DotNetSDK.Functions.dll
Syntax
[JsonConverter(typeof(FunctionProvisionedConcurrencyConfigModelConverter))]
public class FunctionProvisionedConcurrencyConfig
In this article
Back to top