Sdílet prostřednictvím


IDatabaseListResult.Value Property

Definition

The list of Kusto databases.

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

Property Value

Attributes

Applies to