IWorkflowRunAction.OutputLinkMetadata Property
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 metadata.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The metadata.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny) }, ReadOnly=true, Required=false, SerializedName="metadata")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny OutputLinkMetadata { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The metadata.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny) }, ReadOnly=true, Required=false, SerializedName="metadata")>]
member this.OutputLinkMetadata : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny
Public ReadOnly Property OutputLinkMetadata As IAny
Property Value
- Attributes