AutomationRunbookType Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Azure SDK for .NET