Partager via


AutomationRunbookType Structure

Définition

Obtient ou définit le type du runbook.

public readonly struct AutomationRunbookType : IEquatable<Azure.ResourceManager.Automation.Models.AutomationRunbookType>
type AutomationRunbookType = struct
Public Structure AutomationRunbookType
Implements IEquatable(Of AutomationRunbookType)
Héritage
AutomationRunbookType
Implémente

Constructeurs

AutomationRunbookType(String)

Initialise une nouvelle instance de AutomationRunbookType.

Propriétés

Graph

Graphique.

GraphPowerShell

GraphPowerShell.

GraphPowerShellWorkflow

GraphPowerShellWorkflow.

PowerShell

PowerShell.

PowerShellWorkflow

PowerShellWorkflow.

Python2

Python2.

Python3

Python3.

Script

Script.

Méthodes

Equals(AutomationRunbookType)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(AutomationRunbookType, AutomationRunbookType)

Détermine si deux AutomationRunbookType valeurs sont identiques.

Implicit(String to AutomationRunbookType)

Convertit une chaîne en AutomationRunbookType.

Inequality(AutomationRunbookType, AutomationRunbookType)

Détermine si deux AutomationRunbookType valeurs ne sont pas identiques.

S’applique à