Show / Hide Table of Contents

Class CloneEnvironmentOptions

Options for cloning an environment.

Inheritance
object
CloneEnvironmentOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Esc.Sdk
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class CloneEnvironmentOptions

Properties

View Source

PreserveAccess

Whether to preserve access controls from the source environment.

Declaration
public bool PreserveAccess { get; set; }
Property Value
Type Description
bool
View Source

PreserveEnvironmentTags

Whether to preserve environment tags from the source environment.

Declaration
public bool PreserveEnvironmentTags { get; set; }
Property Value
Type Description
bool
View Source

PreserveHistory

Whether to preserve the revision history from the source environment.

Declaration
public bool PreserveHistory { get; set; }
Property Value
Type Description
bool
View Source

PreserveRevisionTags

Whether to preserve revision tags from the source environment.

Declaration
public bool PreserveRevisionTags { get; set; }
Property Value
Type Description
bool

Version 0.13.1

  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.