Show / Hide Table of Contents

Class TriggerDeploymentDryRunDetails

Details of a new deployment to be created that will run to get helm diff for a helmDiffArgumentCollection.

Inheritance
object
TriggerDeploymentDryRunDetails
Inherited Members
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 TriggerDeploymentDryRunDetails

Properties

CreateDeploymentDetails

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

Required

HelmDiffArguments

Declaration
[Required(ErrorMessage = "HelmDiffArguments is required.")]
[JsonProperty(PropertyName = "helmDiffArguments")]
public HelmDiffArgumentCollection HelmDiffArguments { get; set; }
Property Value
Type Description
HelmDiffArgumentCollection
Remarks

Required

In this article
Back to top