Class ApiManagementGatewayDeletedEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.ApiManagementGatewayDeletedEventData
Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayDeleted event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ApiManagementGatewayDeletedEventData class. -
Method Summary
Modifier and TypeMethodDescriptionGet the resourceUri property: The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type.setResourceUri(String resourceUri) Set the resourceUri property: The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type.
-
Constructor Details
-
ApiManagementGatewayDeletedEventData
public ApiManagementGatewayDeletedEventData()Creates an instance of ApiManagementGatewayDeletedEventData class.
-
-
Method Details
-
getResourceUri
Get the resourceUri property: 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:
- the resourceUri value.
-
setResourceUri
Set the resourceUri property: 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>`.- Parameters:
resourceUri- the resourceUri value to set.- Returns:
- the ApiManagementGatewayDeletedEventData object itself.
-