Class CreateFunctionUpdateRuntimeConfig
FunctionsRuntime configuration for creating a function with 'FUNCTION_UPDATE' Runtime Update strategy.
Inherited Members
Namespace: Oci.FunctionsService.Models
Assembly: OCI.DotNetSDK.Functions.dll
Syntax
public class CreateFunctionUpdateRuntimeConfig : CreateRuntimeConfig
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