IWorkflowArtifacts.File Property

Definition

Files of the app.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Files of the app.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IWorkflowFiles) }, Read=true, ReadOnly=false, Required=false, SerializedName="files", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IWorkflowFiles File { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Files of the app.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IWorkflowFiles) }, Read=true, ReadOnly=false, Required=false, SerializedName="files", Update=true)>]
member this.File : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IWorkflowFiles with get, set
Public Property File As IWorkflowFiles

Property Value

Attributes

Applies to