Condividi tramite


IWorkflowRunPropertiesOutputs Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowRunPropertiesOutputsTypeConverter))]
public interface IWorkflowRunPropertiesOutputs : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowOutputParameter>, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowRunPropertiesOutputsTypeConverter))>]
type IWorkflowRunPropertiesOutputs = interface
    interface IJsonSerializable
    interface IAssociativeArray<IWorkflowOutputParameter>
Public Interface IWorkflowRunPropertiesOutputs
Implements IAssociativeArray(Of IWorkflowOutputParameter), IJsonSerializable
Derived
Attributes
Implements

Applies to