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

RouteMap 构造函数

定义

重载

RouteMap()

初始化 RouteMap 类的新实例。

RouteMap(String, IList<String>, IList<String>, IList<RouteMapRule>, String, String, String, String)

初始化 RouteMap 类的新实例。

RouteMap()

初始化 RouteMap 类的新实例。

public RouteMap();
Public Sub New ()

适用于

RouteMap(String, IList<String>, IList<String>, IList<RouteMapRule>, String, String, String, String)

初始化 RouteMap 类的新实例。

public RouteMap(string id = default, System.Collections.Generic.IList<string> associatedInboundConnections = default, System.Collections.Generic.IList<string> associatedOutboundConnections = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.RouteMapRule> rules = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.RouteMap : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.RouteMapRule> * string * string * string * string -> Microsoft.Azure.Management.Network.Models.RouteMap
Public Sub New (Optional id As String = Nothing, Optional associatedInboundConnections As IList(Of String) = Nothing, Optional associatedOutboundConnections As IList(Of String) = Nothing, Optional rules As IList(Of RouteMapRule) = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

参数

id
String

资源 ID。

associatedInboundConnections
IList<String>

为入站流量关联了此 RoutMap 的连接列表。

associatedOutboundConnections
IList<String>

为出站流量关联了此 RoutMap 的连接列表。

rules
IList<RouteMapRule>

要应用的 RouteMap 规则列表。

provisioningState
String

RouteMap 资源的预配状态。 可能的值包括:“Succeeded”、“Updateing”、“删除”、“Failed”

name
String

资源组中唯一的资源的名称。 此名称可用于访问资源。

etag
String

一个唯一的只读字符串,每当资源更新时都会更改。

type
String

资源类型。

适用于