ILogFileListResult.Value Property

Definition

The list of log files.

[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="The list of log files.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.ILogFile) }, ReadOnly=false, Required=false, SerializedName="value")]
public Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.ILogFile[] Value { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="The list of log files.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.ILogFile) }, ReadOnly=false, Required=false, SerializedName="value")>]
member this.Value : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.ILogFile[] with get, set
Public Property Value As ILogFile()

Property Value

Attributes

Applies to