Show / Hide Table of Contents

Class FunctionDeployEnvironmentSummary

Specifies the Function environment.

Inheritance
object
DeployEnvironmentSummary
FunctionDeployEnvironmentSummary
Inherited Members
DeployEnvironmentSummary.Id
DeployEnvironmentSummary.Description
DeployEnvironmentSummary.DisplayName
DeployEnvironmentSummary.ProjectId
DeployEnvironmentSummary.CompartmentId
DeployEnvironmentSummary.TimeCreated
DeployEnvironmentSummary.TimeUpdated
DeployEnvironmentSummary.LifecycleState
DeployEnvironmentSummary.LifecycleDetails
DeployEnvironmentSummary.FreeformTags
DeployEnvironmentSummary.DefinedTags
DeployEnvironmentSummary.SystemTags
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 FunctionDeployEnvironmentSummary : DeployEnvironmentSummary

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