Class ApiManagementUserDeletedEventData

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

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

    • ApiManagementUserDeletedEventData

      public ApiManagementUserDeletedEventData()
  • 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>/<ResourceType>/<ResourceName>`.
      Returns:
      the resourceUri value.
    • setResourceUri

      public ApiManagementUserDeletedEventData 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>/<ResourceType>/<ResourceName>`.
      Parameters:
      resourceUri - the resourceUri value to set.
      Returns:
      the ApiManagementUserDeletedEventData object itself.