你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PSRouteMetadata Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class PSRouteMetadata
type PSRouteMetadata = class
Public Class PSRouteMetadata
- Inheritance
-
PSRouteMetadata
- Derived
Constructors
PSRouteMetadata() |
Properties
Condition |
The condition which is evaluated in order to apply the routing rule. |
EndpointNames |
The list of endpoints to which the messages that satisfy the condition are routed to. |
IsEnabled |
Used to specify whether a route is enabled or not. |
Name |
The name of the route. name can only include alphanumeric characters, periods, underscores, hyphens with maximum length of 64 characters and must be unique. |
Source |
The source to which the routing rule is to be applied to. e.g. DeviceMessages |