EventGridModelFactory.ApiManagementApiDeletedEventData(String) Method

Definition

Initializes a new instance of ApiManagementApiDeletedEventData.

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

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

Applies to