AlertManagementClient.GetFeedSchema(Guid) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索数据馈送定义列的列表。
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
当前会话中数据馈送定义的标识符。
返回
数据馈送定义列的集合。