Share via


EventGridModelFactory.ApiManagementApiCreatedEventData(String) Method

Definition

Initializes a new instance of ApiManagementApiCreatedEventData.

public static Azure.Messaging.EventGrid.SystemEvents.ApiManagementApiCreatedEventData ApiManagementApiCreatedEventData (string resourceUri = default);
static member ApiManagementApiCreatedEventData : string -> Azure.Messaging.EventGrid.SystemEvents.ApiManagementApiCreatedEventData
Public Shared Function ApiManagementApiCreatedEventData (Optional resourceUri As String = Nothing) As ApiManagementApiCreatedEventData

Parameters

resourceUri
String

The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, /subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>.

Returns

A new ApiManagementApiCreatedEventData instance for mocking.

Applies to