EventGridModelFactory.ApiManagementSubscriptionCreatedEventData Method

Definition

Initializes a new instance of ApiManagementSubscriptionCreatedEventData.

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

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 ApiManagementSubscriptionCreatedEventData instance for mocking.

Applies to