Compartir a través de


WorkflowOutputParameter Clase

Definición

Parámetro de salida del flujo de trabajo.

public class WorkflowOutputParameter : Microsoft.Azure.Management.Logic.Models.WorkflowParameter
type WorkflowOutputParameter = class
    inherit WorkflowParameter
Public Class WorkflowOutputParameter
Inherits WorkflowParameter
Herencia
WorkflowOutputParameter

Constructores

WorkflowOutputParameter()

Inicializa una nueva instancia de la clase WorkflowOutputParameter.

WorkflowOutputParameter(String, Object, Object, String, Object)

Inicializa una nueva instancia de la clase WorkflowOutputParameter.

Propiedades

Description

Obtiene o establece la descripción.

(Heredado de WorkflowParameter)
Error

Obtiene el error.

Metadata

Obtiene o establece los metadatos.

(Heredado de WorkflowParameter)
Type

Obtiene o establece el tipo. Entre los valores posibles se incluyen: 'NotSpecified', 'String', 'SecureString', 'Int', 'Float', 'Bool', 'Array', 'Object', 'SecureObject'

(Heredado de WorkflowParameter)
Value

Obtiene o establece el valor.

(Heredado de WorkflowParameter)

Se aplica a