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

RepresentationContract.FormParameters 属性

定义

表单参数的集合。 如果“contentType”值为“application/x-www-form-urlencoded”或“multipart/form-data”,则是必需的。

public System.Collections.Generic.IList<Azure.ResourceManager.ApiManagement.Models.ParameterContract> FormParameters { get; }
member this.FormParameters : System.Collections.Generic.IList<Azure.ResourceManager.ApiManagement.Models.ParameterContract>
Public ReadOnly Property FormParameters As IList(Of ParameterContract)

属性值

适用于