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

RouteMapAction.Parameters 属性

定义

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

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

属性值

适用于