Share via


LogicWorkflowOutputParameterInfo Class

Definition

The workflow output parameter.

public class LogicWorkflowOutputParameterInfo : Azure.ResourceManager.Logic.Models.LogicWorkflowParameterInfo
type LogicWorkflowOutputParameterInfo = class
    inherit LogicWorkflowParameterInfo
Public Class LogicWorkflowOutputParameterInfo
Inherits LogicWorkflowParameterInfo
Inheritance
LogicWorkflowOutputParameterInfo

Constructors

LogicWorkflowOutputParameterInfo()

Initializes a new instance of LogicWorkflowOutputParameterInfo.

Properties

Description

The description.

(Inherited from LogicWorkflowParameterInfo)
Error

Gets the error.

To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.

Metadata

The metadata.

To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.

(Inherited from LogicWorkflowParameterInfo)
ParameterType

The type.

(Inherited from LogicWorkflowParameterInfo)
Value

The value.

To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.

(Inherited from LogicWorkflowParameterInfo)

Applies to