docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DeploymentScope

    Represents information about the ongoing Deployment operation

    Inheritance
    object
    DeploymentScope
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.DeploymentApi.Editor
    Assembly: Unity.Services.DeploymentApi.dll
    Syntax
    public class DeploymentScope

    Constructors

    DeploymentScope()

    Creates a deployment

    Declaration
    protected DeploymentScope()

    Properties

    DeploymentList

    Items currently being deployed

    Declaration
    public List<IDeploymentItem> DeploymentList { get; set; }
    Property Value
    Type Description
    List<IDeploymentItem>

    IsDryRun

    Whether the current operation constitutes a DryRun

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

    IsReconcile

    Whether the current operation constitutes a Reconcile

    Declaration
    public bool IsReconcile { get; set; }
    Property Value
    Type Description
    bool
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)