Skip to main content

Definition

Assembly: CloudNimble.Breakdance.DotHttp.dll Namespace: CloudNimble.Breakdance.DotHttp.Models Inheritance: System.Object

Syntax

Summary

Represents the configuration from an http-client.env.json file.

Remarks

Supports $shared variables, environment-specific values, and provider-based secrets.

Examples

Constructors

.ctor

Syntax

.ctor Inherited

Inherited from object

Syntax

Properties

Environments

Gets or sets the environment-specific variable sets, keyed by environment name.

Syntax

Property Value

Type: System.Collections.Generic.Dictionary<string, System.Collections.Generic.Dictionary<string, CloudNimble.Breakdance.DotHttp.Models.EnvironmentValue>>

Remarks

Common environment names include “dev”, “staging”, and “prod”.

Shared

Gets or sets the shared variables that apply to all environments.

Syntax

Property Value

Type: System.Collections.Generic.Dictionary<string, CloudNimble.Breakdance.DotHttp.Models.EnvironmentValue>

Remarks

Parsed from the “$shared” section in http-client.env.json.

Methods

Equals Inherited Virtual

Inherited from object

Syntax

Parameters

NameTypeDescription
objobject?-

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

Parameters

NameTypeDescription
objAobject?-
objBobject?-

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

Parameters

NameTypeDescription
objAobject?-
objBobject?-

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

Returns

Type: string?