Show / Hide Table of Contents

Class ComputeInstanceGroupBlueGreenDeployStageExecutionProgress

Specifies the Instance Group Blue-Green deployment stage.

Inheritance
object
DeployStageExecutionProgress
ComputeInstanceGroupBlueGreenDeployStageExecutionProgress
Inherited Members
DeployStageExecutionProgress.DeployStageDisplayName
DeployStageExecutionProgress.DeployStageId
DeployStageExecutionProgress.TimeStarted
DeployStageExecutionProgress.TimeFinished
DeployStageExecutionProgress.Status
DeployStageExecutionProgress.DeployStagePredecessors
DeployStageExecutionProgress.DeployStageExecutionProgressDetails
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 ComputeInstanceGroupBlueGreenDeployStageExecutionProgress : DeployStageExecutionProgress

Properties

EnvironmentId

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

The OCID of the environment where the artifacts were deployed.

In this article
Back to top