你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ContainerRegistryWebhookEventRequestMessage 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
发送到服务 URI 的事件请求消息。
public class ContainerRegistryWebhookEventRequestMessage
type ContainerRegistryWebhookEventRequestMessage = class
Public Class ContainerRegistryWebhookEventRequestMessage
- 继承
-
ContainerRegistryWebhookEventRequestMessage
属性
Content |
事件请求消息的内容。 |
Headers |
事件请求消息的标头。 |
Method |
用于发送事件请求消息的 HTTP 方法。 |
RequestUri |
用于发送事件请求消息的 URI。 |
Version |
HTTP 消息版本。 |