Show / Hide Table of Contents

Class ComputeInstanceGroupLinearRolloutPolicyByCount

Specifies a linear rollout strategy for a compute instance group rolling deployment stage.

Inheritance
object
ComputeInstanceGroupRolloutPolicy
ComputeInstanceGroupLinearRolloutPolicyByCount
Inherited Members
ComputeInstanceGroupRolloutPolicy.BatchDelayInSeconds
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 ComputeInstanceGroupLinearRolloutPolicyByCount : ComputeInstanceGroupRolloutPolicy

Properties

BatchCount

Declaration
[Required(ErrorMessage = "BatchCount is required.")]
[JsonProperty(PropertyName = "batchCount")]
public int? BatchCount { get; set; }
Property Value
Type Description
int?

The number that will be used to determine how many instances will be deployed concurrently.

Remarks

Required

In this article
Back to top