Delen via


EventGridModelFactory.ApiManagementGatewayCreatedEventData(String) Method

Definition

Initializes a new instance of ApiManagementGatewayCreatedEventData.

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

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>/gateways/<ResourceName>.

Returns

A new ApiManagementGatewayCreatedEventData instance for mocking.

Applies to