ArmContainerRegistryModelFactory.ContainerRegistryWebhookEventRequestMessage Method
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.
Initializes a new instance of ContainerRegistryWebhookEventRequestMessage.
public static Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventRequestMessage ContainerRegistryWebhookEventRequestMessage (Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventContent content = default, System.Collections.Generic.IReadOnlyDictionary<string,string> headers = default, string method = default, Uri requestUri = default, string version = default);
static member ContainerRegistryWebhookEventRequestMessage : Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventContent * System.Collections.Generic.IReadOnlyDictionary<string, string> * string * Uri * string -> Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventRequestMessage
Public Shared Function ContainerRegistryWebhookEventRequestMessage (Optional content As ContainerRegistryWebhookEventContent = Nothing, Optional headers As IReadOnlyDictionary(Of String, String) = Nothing, Optional method As String = Nothing, Optional requestUri As Uri = Nothing, Optional version As String = Nothing) As ContainerRegistryWebhookEventRequestMessage
Parameters
The content of the event request message.
- headers
- IReadOnlyDictionary<String,String>
The headers of the event request message.
- method
- String
The HTTP method used to send the event request message.
- requestUri
- Uri
The URI used to send the event request message.
- version
- String
The HTTP message version.
Returns
A new ContainerRegistryWebhookEventRequestMessage instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET