你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISolution.Data Property

Definition

Solution Data.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Solution Data.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.INameValuePair) }, ReadOnly=false, Required=false, SerializedName="data")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.INameValuePair[][] Data { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Solution Data.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.INameValuePair) }, ReadOnly=false, Required=false, SerializedName="data")>]
member this.Data : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.INameValuePair[][] with get, set
Public Property Data As INameValuePair()()

Property Value

Attributes

Applies to