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

Action.Parameters 属性

定义

获取或设置与操作相关的参数列表。例如,如果类型为 drop,则参数具有要删除的前缀列表。如果类型为 add,参数将包含要添加的 ASN 编号列表

[Newtonsoft.Json.JsonProperty(PropertyName="parameters")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.Parameter> Parameters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="parameters")>]
member this.Parameters : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.Parameter> with get, set
Public Property Parameters As IList(Of Parameter)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于