IFunctionEnvelopeProperties.File Property

Definition

File list.

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

Property Value

Attributes

Applies to