ArmContainerRegistryModelFactory.ContainerRegistryWebhookEventInfo Method

Definition

Initializes a new instance of ContainerRegistryWebhookEventInfo.

public static Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventInfo ContainerRegistryWebhookEventInfo (Guid? id = default);
static member ContainerRegistryWebhookEventInfo : Nullable<Guid> -> Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventInfo
Public Shared Function ContainerRegistryWebhookEventInfo (Optional id As Nullable(Of Guid) = Nothing) As ContainerRegistryWebhookEventInfo

Parameters

id
Nullable<Guid>

The event ID.

Returns

A new ContainerRegistryWebhookEventInfo instance for mocking.

Applies to