> ## Documentation Index
> Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# CSharp: AzurermBackend

> CDKTN Core API Reference for AzurermBackend in CSharp.

## Initializers <a name="Initializers" id="cdktn.AzurermBackend.Initializer" />

```csharp theme={null}
using Io.Cdktn;

new AzurermBackend(Construct Scope, AzurermBackendConfig Props);
```

| **Name**                                                                           | **Type**                                                                    | **Description**   |
| ---------------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ----------------- |
| <code><a href="#cdktn.AzurermBackend.Initializer.parameter.scope">Scope</a></code> | <code>Constructs.Construct</code>                                           | *No description.* |
| <code><a href="#cdktn.AzurermBackend.Initializer.parameter.props">Props</a></code> | <code><a href="#cdktn.AzurermBackendConfig">AzurermBackendConfig</a></code> | *No description.* |

***

### `Scope`<sup>Required</sup> <a name="Scope" id="cdktn.AzurermBackend.Initializer.parameter.scope" />

* *Type:* Constructs.Construct

***

### `Props`<sup>Required</sup> <a name="Props" id="cdktn.AzurermBackend.Initializer.parameter.props" />

* *Type:* <a href="#cdktn.AzurermBackendConfig">AzurermBackendConfig</a>

***

## Methods <a name="Methods" id="Methods" />

| **Name**                                                                                           | **Description**                                                                   |
| -------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| <code><a href="#cdktn.AzurermBackend.toString">ToString</a></code>                                 | Returns a string representation of this construct.                                |
| <code><a href="#cdktn.AzurermBackend.with">With</a></code>                                         | Applies one or more mixins to this construct.                                     |
| <code><a href="#cdktn.AzurermBackend.addOverride">AddOverride</a></code>                           | *No description.*                                                                 |
| <code><a href="#cdktn.AzurermBackend.overrideLogicalId">OverrideLogicalId</a></code>               | Overrides the auto-generated logical ID with a specific ID.                       |
| <code><a href="#cdktn.AzurermBackend.resetOverrideLogicalId">ResetOverrideLogicalId</a></code>     | Resets a previously passed logical Id to use the auto-generated logical id again. |
| <code><a href="#cdktn.AzurermBackend.toHclTerraform">ToHclTerraform</a></code>                     | *No description.*                                                                 |
| <code><a href="#cdktn.AzurermBackend.toMetadata">ToMetadata</a></code>                             | *No description.*                                                                 |
| <code><a href="#cdktn.AzurermBackend.toTerraform">ToTerraform</a></code>                           | Adds this resource to the terraform JSON output.                                  |
| <code><a href="#cdktn.AzurermBackend.getRemoteStateDataSource">GetRemoteStateDataSource</a></code> | Creates a TerraformRemoteState resource that accesses this backend.               |

***

### `ToString` <a name="ToString" id="cdktn.AzurermBackend.toString" />

```csharp theme={null}
private string ToString()
```

Returns a string representation of this construct.

### `With` <a name="With" id="cdktn.AzurermBackend.with" />

```csharp theme={null}
private IConstruct With(params IMixin[] Mixins)
```

Applies one or more mixins to this construct.

Mixins are applied in order. The list of constructs is captured at the
start of the call, so constructs added by a mixin will not be visited.
Use multiple `with()` calls if subsequent mixins should apply to added
constructs.

#### `Mixins`<sup>Required</sup> <a name="Mixins" id="cdktn.AzurermBackend.with.parameter.mixins" />

* *Type:* params Constructs.IMixin\[]

The mixins to apply.

***

### `AddOverride` <a name="AddOverride" id="cdktn.AzurermBackend.addOverride" />

```csharp theme={null}
private void AddOverride(string Path, object Value)
```

#### `Path`<sup>Required</sup> <a name="Path" id="cdktn.AzurermBackend.addOverride.parameter.path" />

* *Type:* string

***

#### `Value`<sup>Required</sup> <a name="Value" id="cdktn.AzurermBackend.addOverride.parameter.value" />

* *Type:* object

***

### `OverrideLogicalId` <a name="OverrideLogicalId" id="cdktn.AzurermBackend.overrideLogicalId" />

```csharp theme={null}
private void OverrideLogicalId(string NewLogicalId)
```

Overrides the auto-generated logical ID with a specific ID.

#### `NewLogicalId`<sup>Required</sup> <a name="NewLogicalId" id="cdktn.AzurermBackend.overrideLogicalId.parameter.newLogicalId" />

* *Type:* string

The new logical ID to use for this stack element.

***

### `ResetOverrideLogicalId` <a name="ResetOverrideLogicalId" id="cdktn.AzurermBackend.resetOverrideLogicalId" />

```csharp theme={null}
private void ResetOverrideLogicalId()
```

Resets a previously passed logical Id to use the auto-generated logical id again.

### `ToHclTerraform` <a name="ToHclTerraform" id="cdktn.AzurermBackend.toHclTerraform" />

```csharp theme={null}
private object ToHclTerraform()
```

### `ToMetadata` <a name="ToMetadata" id="cdktn.AzurermBackend.toMetadata" />

```csharp theme={null}
private object ToMetadata()
```

### `ToTerraform` <a name="ToTerraform" id="cdktn.AzurermBackend.toTerraform" />

```csharp theme={null}
private object ToTerraform()
```

Adds this resource to the terraform JSON output.

### `GetRemoteStateDataSource` <a name="GetRemoteStateDataSource" id="cdktn.AzurermBackend.getRemoteStateDataSource" />

```csharp theme={null}
private TerraformRemoteState GetRemoteStateDataSource(Construct Scope, string Name, string FromStack)
```

Creates a TerraformRemoteState resource that accesses this backend.

#### `Scope`<sup>Required</sup> <a name="Scope" id="cdktn.AzurermBackend.getRemoteStateDataSource.parameter.scope" />

* *Type:* Constructs.Construct

***

#### `Name`<sup>Required</sup> <a name="Name" id="cdktn.AzurermBackend.getRemoteStateDataSource.parameter.name" />

* *Type:* string

***

#### `FromStack`<sup>Required</sup> <a name="FromStack" id="cdktn.AzurermBackend.getRemoteStateDataSource.parameter._fromStack" />

* *Type:* string

***

## Static Functions <a name="Static Functions" id="Static Functions" />

| **Name**                                                                               | **Description**               |
| -------------------------------------------------------------------------------------- | ----------------------------- |
| <code><a href="#cdktn.AzurermBackend.isConstruct">IsConstruct</a></code>               | Checks if `x` is a construct. |
| <code><a href="#cdktn.AzurermBackend.isTerraformElement">IsTerraformElement</a></code> | *No description.*             |
| <code><a href="#cdktn.AzurermBackend.isBackend">IsBackend</a></code>                   | *No description.*             |

***

### `IsConstruct` <a name="IsConstruct" id="cdktn.AzurermBackend.isConstruct" />

```csharp theme={null}
using Io.Cdktn;

AzurermBackend.IsConstruct(object X);
```

Checks if `x` is a construct.

Use this method instead of `instanceof` to properly detect `Construct`
instances, even when the construct library is symlinked.

Explanation: in JavaScript, multiple copies of the `constructs` library on
disk are seen as independent, completely different libraries. As a
consequence, the class `Construct` in each copy of the `constructs` library
is seen as a different class, and an instance of one class will not test as
`instanceof` the other class. `npm install` will not create installations
like this, but users may manually symlink construct libraries together or
use a monorepo tool: in those cases, multiple copies of the `constructs`
library can be accidentally installed, and `instanceof` will behave
unpredictably. It is safest to avoid using `instanceof`, and using
this type-testing method instead.

#### `X`<sup>Required</sup> <a name="X" id="cdktn.AzurermBackend.isConstruct.parameter.x" />

* *Type:* object

Any object.

***

### `IsTerraformElement` <a name="IsTerraformElement" id="cdktn.AzurermBackend.isTerraformElement" />

```csharp theme={null}
using Io.Cdktn;

AzurermBackend.IsTerraformElement(object X);
```

#### `X`<sup>Required</sup> <a name="X" id="cdktn.AzurermBackend.isTerraformElement.parameter.x" />

* *Type:* object

***

### `IsBackend` <a name="IsBackend" id="cdktn.AzurermBackend.isBackend" />

```csharp theme={null}
using Io.Cdktn;

AzurermBackend.IsBackend(object X);
```

#### `X`<sup>Required</sup> <a name="X" id="cdktn.AzurermBackend.isBackend.parameter.x" />

* *Type:* object

***

## Properties <a name="Properties" id="Properties" />

| **Name**                                                                                    | **Type**                                                        | **Description**   |
| ------------------------------------------------------------------------------------------- | --------------------------------------------------------------- | ----------------- |
| <code><a href="#cdktn.AzurermBackend.property.node">Node</a></code>                         | <code>Constructs.Node</code>                                    | The tree node.    |
| <code><a href="#cdktn.AzurermBackend.property.cdktfStack">CdktfStack</a></code>             | <code><a href="#cdktn.TerraformStack">TerraformStack</a></code> | *No description.* |
| <code><a href="#cdktn.AzurermBackend.property.fqn">Fqn</a></code>                           | <code>string</code>                                             | *No description.* |
| <code><a href="#cdktn.AzurermBackend.property.friendlyUniqueId">FriendlyUniqueId</a></code> | <code>string</code>                                             | *No description.* |

***

### `Node`<sup>Required</sup> <a name="Node" id="cdktn.AzurermBackend.property.node" />

```csharp theme={null}
public Node Node { get; }
```

* *Type:* Constructs.Node

The tree node.

***

### `CdktfStack`<sup>Required</sup> <a name="CdktfStack" id="cdktn.AzurermBackend.property.cdktfStack" />

```csharp theme={null}
public TerraformStack CdktfStack { get; }
```

* *Type:* <a href="#cdktn.TerraformStack">TerraformStack</a>

***

### `Fqn`<sup>Required</sup> <a name="Fqn" id="cdktn.AzurermBackend.property.fqn" />

```csharp theme={null}
public string Fqn { get; }
```

* *Type:* string

***

### `FriendlyUniqueId`<sup>Required</sup> <a name="FriendlyUniqueId" id="cdktn.AzurermBackend.property.friendlyUniqueId" />

```csharp theme={null}
public string FriendlyUniqueId { get; }
```

* *Type:* string

***
