WorkflowRunPropertiesOutputs 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.
Gets the outputs.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowRunPropertiesOutputsTypeConverter))]
public class WorkflowRunPropertiesOutputs : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowRunPropertiesOutputs, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowOutputParameter>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowRunPropertiesOutputsTypeConverter))>]
type WorkflowRunPropertiesOutputs = class
interface IWorkflowRunPropertiesOutputs
interface IJsonSerializable
interface IAssociativeArray<IWorkflowOutputParameter>
Public Class WorkflowRunPropertiesOutputs
Implements IAssociativeArray(Of IWorkflowOutputParameter), IWorkflowRunPropertiesOutputs
- Inheritance
-
WorkflowRunPropertiesOutputs
- Attributes
- Implements
Constructors
WorkflowRunPropertiesOutputs() |
Creates an new WorkflowRunPropertiesOutputs instance. |
Fields
__additionalProperties |
Properties
Item[String] |
Methods
Add(String, IWorkflowOutputParameter) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkflowRunPropertiesOutputs. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkflowRunPropertiesOutputs. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowRunPropertiesOutputs. |
FromJsonString(String) |
Creates a new instance of WorkflowRunPropertiesOutputs, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkflowRunPropertiesOutputs into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
TryGetValue(String, IWorkflowOutputParameter) |
Operators
Implicit(WorkflowRunPropertiesOutputs to Dictionary<String,IWorkflowOutputParameter>) |