> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/de/automatisierung/runbooks/runbook-references/device/avd/toggle-drain-mode.md).

# Drain-Modus umschalten

### Beschreibung

Dieses Runbook durchsucht alle AVD-Hostpools eines Tenant und setzt den Drain-Modus für einen bestimmten Session Host. Der Wert SubscriptionId muss in der Anpassung des Runbooks definiert sein.

### Ort

Device → AVD → Drain-Modus umschalten

**Vollständiger Runbook-Name**

rjgit-device\_AVD\_toggle-drain-mode

### Details

| Eigenschaft          | Wert                                                                                                       |
| -------------------- | ---------------------------------------------------------------------------------------------------------- |
| Version              | 1.0.1                                                                                                      |
| Erforderliche Module | <p>RealmJoin.RunbookHelper (>= 0.8.9)<br>Az.DesktopVirtualization (>= 6.0.0)<br>Az.Accounts (>= 5.5.2)</p> |
| Planbar              | nein                                                                                                       |

### Berechtigungen

#### Hinweise zu Berechtigungen

Azure: Desktop Virtualization Host Pool Contributor für das Abonnement, das den Hostpool enthält

### Parameter

#### Gerätename

Der Name des AVD-Session-Host-Geräts, für das der Drain-Modus umgeschaltet werden soll. In der UI ausgeblendet.

| Eigenschaft            | Wert                                        |
| ---------------------- | ------------------------------------------- |
| Erforderlich           | wahr                                        |
| Standardwert           |                                             |
| Typ                    | Zeichenfolge                                |
| Im Portal ausgeblendet | ja (vorkonfiguriert über Runbook-Anpassung) |

#### DrainMode

Boolescher Wert zum Aktivieren oder Deaktivieren des Drain-Modus. Auf true setzen, um den Drain-Modus zu aktivieren (neue Sitzungen verhindern), false, um ihn zu deaktivieren (neue Sitzungen zulassen). Standard ist false.

| Eigenschaft           | Wert            |
| --------------------- | --------------- |
| Erforderlich          | wahr            |
| Standardwert          | Falsch          |
| Typ                   | Boolescher Wert |
| Anzeigename im Portal | Drain-Modus     |

#### Abonnement-IDs

Array von Azure-Abonnement-IDs, in denen sich die AVD-Session-Host-Ressourcen befinden. Aus der Einstellung AVD.SubscriptionIds abgerufen (Anpassung). In der UI ausgeblendet.

| Eigenschaft            | Wert                                        |
| ---------------------- | ------------------------------------------- |
| Erforderlich           | wahr                                        |
| Standardwert           |                                             |
| Typ                    | String\[]                                   |
| Im Portal ausgeblendet | ja (vorkonfiguriert über Runbook-Anpassung) |

[Zurück zur Übersicht der Runbook-Referenz](/de/automatisierung/runbooks/runbook-references.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.realmjoin.com/de/automatisierung/runbooks/runbook-references/device/avd/toggle-drain-mode.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
