Show / Hide Table of Contents

Class UpdateFunctionDeployEnvironmentDetails

Specifies the Function environment.

Inheritance
object
UpdateDeployEnvironmentDetails
UpdateFunctionDeployEnvironmentDetails
Inherited Members
UpdateDeployEnvironmentDetails.Description
UpdateDeployEnvironmentDetails.DisplayName
UpdateDeployEnvironmentDetails.FreeformTags
UpdateDeployEnvironmentDetails.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 UpdateFunctionDeployEnvironmentDetails : UpdateDeployEnvironmentDetails

Properties

FunctionId

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

The OCID of the Function.

In this article
Back to top