AutomationRunbookType Struktur
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft den Typ des Runbooks ab oder legt den Typ des Runbooks fest.
public readonly struct AutomationRunbookType : IEquatable<Azure.ResourceManager.Automation.Models.AutomationRunbookType>
type AutomationRunbookType = struct
Public Structure AutomationRunbookType
Implements IEquatable(Of AutomationRunbookType)
- Vererbung
-
AutomationRunbookType
- Implementiert
Konstruktoren
AutomationRunbookType(String) |
Initialisiert eine neue Instanz von AutomationRunbookType. |
Eigenschaften
Graph |
Diagramm. |
GraphPowerShell |
GraphPowerShell. |
GraphPowerShellWorkflow |
GraphPowerShellWorkflow. |
PowerShell |
PowerShell. |
PowerShellWorkflow |
PowerShellWorkflow. |
Python2 |
Python2. |
Python3 |
Python3. |
Script |
Skript. |
Methoden
Equals(AutomationRunbookType) |
Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist. |
ToString() |
Gibt den voll qualifizierten Typnamen dieser Instanz zurück. |
Operatoren
Equality(AutomationRunbookType, AutomationRunbookType) |
Bestimmt, ob zwei AutomationRunbookType Werte gleich sind. |
Implicit(String to AutomationRunbookType) |
Konvertiert eine Zeichenfolge in eine AutomationRunbookType. |
Inequality(AutomationRunbookType, AutomationRunbookType) |
Bestimmt, ob zwei AutomationRunbookType Werte nicht identisch sind. |
Gilt für:
Azure SDK for .NET