Share via


DeploymentStateSection Class

Definition

Represents a section of deployment state with version tracking for concurrency control.

public sealed class DeploymentStateSection
type DeploymentStateSection = class
Public NotInheritable Class DeploymentStateSection
Inheritance
DeploymentStateSection

Remarks

Initializes a new instance of the DeploymentStateSection class.

Constructors

DeploymentStateSection(String, JsonObject, Int64)

Represents a section of deployment state with version tracking for concurrency control.

Properties

Data

Gets the data stored in this section.

SectionName

Gets the name of the state section.

Version

Gets or sets the current version of this section.

Applies to