AutomationRunbookType Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o tipo do runbook.
public readonly struct AutomationRunbookType : IEquatable<Azure.ResourceManager.Automation.Models.AutomationRunbookType>
type AutomationRunbookType = struct
Public Structure AutomationRunbookType
Implements IEquatable(Of AutomationRunbookType)
- Herança
-
AutomationRunbookType
- Implementações
Construtores
AutomationRunbookType(String) |
Inicializa uma nova instância de AutomationRunbookType. |
Propriedades
Graph |
Gráfico. |
GraphPowerShell |
GraphPowerShell. |
GraphPowerShellWorkflow |
GraphPowerShellWorkflow. |
PowerShell |
PowerShell. |
PowerShellWorkflow |
PowerShellWorkflow. |
Python2 |
Python2. |
Python3 |
Python3. |
Script |
Script. |
Métodos
Equals(AutomationRunbookType) |
Indica se o objeto atual é igual a outro objeto do mesmo tipo. |
ToString() |
Retorna o nome do tipo totalmente qualificado dessa instância. |
Operadores
Equality(AutomationRunbookType, AutomationRunbookType) |
Determina se dois AutomationRunbookType valores são os mesmos. |
Implicit(String to AutomationRunbookType) |
Converte uma cadeia de caracteres em um AutomationRunbookType. |
Inequality(AutomationRunbookType, AutomationRunbookType) |
Determina se dois AutomationRunbookType valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET