Megosztás a következőn keresztül:


LogicWorkflowOutputParameterInfo Class

Definition

The workflow output parameter.

public class LogicWorkflowOutputParameterInfo : Azure.ResourceManager.Logic.Models.LogicWorkflowParameterInfo
public class LogicWorkflowOutputParameterInfo : Azure.ResourceManager.Logic.Models.LogicWorkflowParameterInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.LogicWorkflowOutputParameterInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.LogicWorkflowOutputParameterInfo>
type LogicWorkflowOutputParameterInfo = class
    inherit LogicWorkflowParameterInfo
type LogicWorkflowOutputParameterInfo = class
    inherit LogicWorkflowParameterInfo
    interface IJsonModel<LogicWorkflowOutputParameterInfo>
    interface IPersistableModel<LogicWorkflowOutputParameterInfo>
Public Class LogicWorkflowOutputParameterInfo
Inherits LogicWorkflowParameterInfo
Public Class LogicWorkflowOutputParameterInfo
Inherits LogicWorkflowParameterInfo
Implements IJsonModel(Of LogicWorkflowOutputParameterInfo), IPersistableModel(Of LogicWorkflowOutputParameterInfo)
Inheritance
LogicWorkflowOutputParameterInfo
Implements

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)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from LogicWorkflowParameterInfo)

Explicit Interface Implementations

IJsonModel<LogicWorkflowOutputParameterInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<LogicWorkflowOutputParameterInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<LogicWorkflowParameterInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from LogicWorkflowParameterInfo)
IJsonModel<LogicWorkflowParameterInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from LogicWorkflowParameterInfo)
IPersistableModel<LogicWorkflowOutputParameterInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogicWorkflowOutputParameterInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<LogicWorkflowOutputParameterInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<LogicWorkflowParameterInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from LogicWorkflowParameterInfo)
IPersistableModel<LogicWorkflowParameterInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from LogicWorkflowParameterInfo)
IPersistableModel<LogicWorkflowParameterInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from LogicWorkflowParameterInfo)

Applies to