Show / Hide Table of Contents

Class UpdateFunctionUpdateRuntimeConfig

FunctionsRuntime configuration for updating a function with 'FUNCTION_UPDATE' Runtime Update strategy.

Inheritance
object
UpdateRuntimeConfig
UpdateFunctionUpdateRuntimeConfig
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
public class UpdateFunctionUpdateRuntimeConfig : UpdateRuntimeConfig

Properties

FunctionsRuntimeName

Declaration
[Required(ErrorMessage = "FunctionsRuntimeName is required.")]
[JsonProperty(PropertyName = "functionsRuntimeName")]
public string FunctionsRuntimeName { get; set; }
Property Value
Type Description
string

The name of the FunctionsRuntime this function is to be associated with.

Remarks

Required

In this article
Back to top