IProcessInfoProperties.Module Property

Definition

List of modules.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="List of modules.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IProcessModuleInfo) }, Read=true, ReadOnly=false, Required=false, SerializedName="modules", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IProcessModuleInfo> Module { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="List of modules.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IProcessModuleInfo) }, Read=true, ReadOnly=false, Required=false, SerializedName="modules", Update=true)>]
member this.Module : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IProcessModuleInfo> with get, set
Public Property Module As List(Of IProcessModuleInfo)

Property Value

Attributes

Applies to