NewAzFunction_CreateExpanded.File Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Category(new Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.ExportAs(typeof(System.Collections.Hashtable))]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="File list.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesFiles) }, ReadOnly=false, Required=false, SerializedName="files")]
[System.Management.Automation.Parameter(HelpMessage="File list.", Mandatory=false)]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesFiles File { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Category(new Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.ExportAs(typeof(System.Collections.Hashtable))>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="File list.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesFiles) }, ReadOnly=false, Required=false, SerializedName="files")>]
[<System.Management.Automation.Parameter(HelpMessage="File list.", Mandatory=false)>]
member this.File : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelopePropertiesFiles with get, set
Public Property File As IFunctionEnvelopePropertiesFiles

Property Value

IFunctionEnvelopePropertiesFiles
Attributes

Applies to