WorkflowOutputContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The workflow output parameter.
public class WorkflowOutputContent : Azure.ResourceManager.AppService.Models.WorkflowContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.WorkflowOutputContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.WorkflowOutputContent>
type WorkflowOutputContent = class
inherit WorkflowContent
interface IJsonModel<WorkflowOutputContent>
interface IPersistableModel<WorkflowOutputContent>
Public Class WorkflowOutputContent
Inherits WorkflowContent
Implements IJsonModel(Of WorkflowOutputContent), IPersistableModel(Of WorkflowOutputContent)
- Inheritance
- Implements
Constructors
WorkflowOutputContent() |
Initializes a new instance of WorkflowOutputContent. |
Properties
Description |
The description. (Inherited from WorkflowContent) |
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:
|
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:
|
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:
|
WebAppParameterType |
The type. (Inherited from WorkflowContent) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from WorkflowContent) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET