> 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 Mandanten und setzt den DrainMode für einen bestimmten Session Host. Der Wert SubscriptionId muss in der Anpassung des Runbooks definiert werden.

### Ort

Gerät → AVD → Drain-Modus umschalten

**Vollständiger Runbook-Name**

rjgit-device\_AVD\_toggle-drain-mode

### 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 Benutzeroberfläche ausgeblendet.

| Eigenschaft  | Wert         |
| ------------ | ------------ |
| Erforderlich | wahr         |
| Standardwert |              |
| Typ          | Zeichenfolge |

#### Drain-Modus

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

| Eigenschaft  | Wert     |
| ------------ | -------- |
| Erforderlich | wahr     |
| Standardwert | False    |
| Typ          | Boolesch |

#### Abonnement-IDs

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

| Eigenschaft  | Wert      |
| ------------ | --------- |
| Erforderlich | wahr      |
| Standardwert |           |
| Typ          | String\[] |

[Zur Übersicht der Runbook-Referenz zurück](/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.
