Show / Hide Table of Contents

Class FaaSAction

An action that delivers to an Oracle Functions endpoint.

Inheritance
object
Action
FaaSAction
Inherited Members
Action.Id
Action.LifecycleMessage
Action.LifecycleState
Action.IsEnabled
Action.Description
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.EventsService.Models
Assembly: OCI.DotNetSDK.Events.dll
Syntax
public class FaaSAction : Action

Properties

FunctionId

Declaration
[JsonProperty(PropertyName = "functionId")]
public string FunctionId { get; set; }
Property Value
Type Description
string

The OCID of a Function hosted by Oracle Functions Service.

In this article
Back to top