Share via


EventGridModelFactory.ApiManagementGatewayApiRemovedEventData(String) Method

Definition

Initializes a new instance of ApiManagementGatewayApiRemovedEventData.

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

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/<GatewayName>/apis/<ResourceName>.

Returns

A new ApiManagementGatewayApiRemovedEventData instance for mocking.

Applies to