Compartir a través de


AutomationRunbookType Estructura

Definición

Obtiene o establece el tipo del runbook.

public readonly struct AutomationRunbookType : IEquatable<Azure.ResourceManager.Automation.Models.AutomationRunbookType>
type AutomationRunbookType = struct
Public Structure AutomationRunbookType
Implements IEquatable(Of AutomationRunbookType)
Herencia
AutomationRunbookType
Implementaciones

Constructores

AutomationRunbookType(String)

Inicializa una nueva instancia de la clase AutomationRunbookType.

Propiedades

Graph

Gráfico.

GraphPowerShell

GraphPowerShell.

GraphPowerShellWorkflow

GraphPowerShellWorkflow.

PowerShell

PowerShell.

PowerShellWorkflow

PowerShellWorkflow.

Python2

Python2.

Python3

Python3.

Script

Script.

Métodos

Equals(AutomationRunbookType)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(AutomationRunbookType, AutomationRunbookType)

Determina si dos AutomationRunbookType valores son iguales.

Implicit(String to AutomationRunbookType)

Convierte una cadena en un AutomationRunbookType.

Inequality(AutomationRunbookType, AutomationRunbookType)

Determina si dos AutomationRunbookType valores no son los mismos.

Se aplica a