NewAzFunction_CreateExpanded.File 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.
[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
- Attributes