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. Serialized Name: WorkflowOutputParameter
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
| Name | Description |
|---|---|
| WorkflowOutputContent() |
Initializes a new instance of WorkflowOutputContent. |
Properties
| Name | Description |
|---|---|
| Description |
The description. Serialized Name: WorkflowParameter.description (Inherited from WorkflowContent) |
| Error |
Gets the error. Serialized Name: WorkflowOutputParameter.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. Serialized Name: WorkflowParameter.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. Serialized Name: WorkflowParameter.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. Serialized Name: WorkflowParameter.type (Inherited from WorkflowContent) |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |