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

RouteMapActionType 结构

定义

可以在匹配的路由上执行的操作类型。 添加、替换、删除 引用路由上的参数,例如 community 或 prefix。

public readonly struct RouteMapActionType : IEquatable<Azure.ResourceManager.Network.Models.RouteMapActionType>
type RouteMapActionType = struct
Public Structure RouteMapActionType
Implements IEquatable(Of RouteMapActionType)
继承
RouteMapActionType
实现

构造函数

RouteMapActionType(String)

初始化 RouteMapActionType 的新实例。

属性

Add

添加。

Drop

删除。

Remove

删除。

Replace

Replace。

Unknown

未知。

方法

Equals(RouteMapActionType)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(RouteMapActionType, RouteMapActionType)

确定两个 RouteMapActionType 值是否相同。

Implicit(String to RouteMapActionType)

将字符串转换为 RouteMapActionType

Inequality(RouteMapActionType, RouteMapActionType)

确定两个 RouteMapActionType 值是否不同。

适用于