Show / Hide Table of Contents

Class CreateRuntimeConfig

FunctionsRuntime configuration used to create a function.

Inheritance
object
CreateRuntimeConfig
CreateFunctionUpdateRuntimeConfig
CreateManualRuntimeConfig
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(CreateRuntimeConfigModelConverter))]
public class CreateRuntimeConfig
In this article
Back to top