Share via


AlertManagementClient.GetFeedSchema(Guid) 方法

定义

检索数据馈送定义列的列表。

public:
 virtual cli::array <AlertingWcfProxy::FeedSchema ^> ^ GetFeedSchema(Guid feedId);
public AlertingWcfProxy.FeedSchema[] GetFeedSchema (Guid feedId);
abstract member GetFeedSchema : Guid -> AlertingWcfProxy.FeedSchema[]
override this.GetFeedSchema : Guid -> AlertingWcfProxy.FeedSchema[]
Public Function GetFeedSchema (feedId As Guid) As FeedSchema()

参数

feedId
Guid

当前会话中数据馈送定义的标识符。

返回

FeedSchema[]

数据馈送定义列的集合。

实现

适用于