Class ApiManagementGatewayApiRemovedEventData

java.lang.Object
com.azure.messaging.eventgrid.systemevents.ApiManagementGatewayApiRemovedEventData

public final class ApiManagementGatewayApiRemovedEventData extends Object
Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayAPIRemoved event.
  • Constructor Details

    • ApiManagementGatewayApiRemovedEventData

      public ApiManagementGatewayApiRemovedEventData()
      Creates an instance of ApiManagementGatewayApiRemovedEventData class.
  • Method Details

    • getResourceUri

      public String 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/<GatewayName>/apis/<ResourceName>`.
      Returns:
      the resourceUri value.
    • setResourceUri

      public ApiManagementGatewayApiRemovedEventData 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. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<GatewayName>/apis/<ResourceName>`.
      Parameters:
      resourceUri - the resourceUri value to set.
      Returns:
      the ApiManagementGatewayApiRemovedEventData object itself.