Show / Hide Table of Contents

Class CreateFunctionDeployEnvironmentDetails

Specifies the Function environment.

Inheritance
object
CreateDeployEnvironmentDetails
CreateFunctionDeployEnvironmentDetails
Inherited Members
CreateDeployEnvironmentDetails.Description
CreateDeployEnvironmentDetails.DisplayName
CreateDeployEnvironmentDetails.ProjectId
CreateDeployEnvironmentDetails.FreeformTags
CreateDeployEnvironmentDetails.DefinedTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class CreateFunctionDeployEnvironmentDetails : CreateDeployEnvironmentDetails

Properties

FunctionId

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

The OCID of the Function.

Remarks

Required

In this article
Back to top