Class ApiManagementGatewayCreatedEventData

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

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

    • ApiManagementGatewayCreatedEventData

      public ApiManagementGatewayCreatedEventData()
      Creates an instance of ApiManagementGatewayCreatedEventData 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/<ResourceName>`.
      Returns:
      the resourceUri value.
    • setResourceUri

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