Class WebAppServicePlanUpdatedEventData

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

public final class WebAppServicePlanUpdatedEventData extends Object
Schema of the Data property of an EventGridEvent for a Microsoft.Web.AppServicePlanUpdated event.
  • Constructor Details

    • WebAppServicePlanUpdatedEventData

      public WebAppServicePlanUpdatedEventData()
  • Method Details

    • getAppServicePlanEventTypeDetail

      public AppServicePlanEventTypeDetail getAppServicePlanEventTypeDetail()
      Get the appServicePlanEventTypeDetail property: Detail of action on the app service plan.
      Returns:
      the appServicePlanEventTypeDetail value.
    • setAppServicePlanEventTypeDetail

      public WebAppServicePlanUpdatedEventData setAppServicePlanEventTypeDetail(AppServicePlanEventTypeDetail appServicePlanEventTypeDetail)
      Set the appServicePlanEventTypeDetail property: Detail of action on the app service plan.
      Parameters:
      appServicePlanEventTypeDetail - the appServicePlanEventTypeDetail value to set.
      Returns:
      the WebAppServicePlanUpdatedEventData object itself.
    • getSku

      Get the sku property: sku of app service plan.
      Returns:
      the sku value.
    • setSku

      Set the sku property: sku of app service plan.
      Parameters:
      sku - the sku value to set.
      Returns:
      the WebAppServicePlanUpdatedEventData object itself.
    • getName

      public String getName()
      Get the name property: name of the app service plan that had this event.
      Returns:
      the name value.
    • setName

      Set the name property: name of the app service plan that had this event.
      Parameters:
      name - the name value to set.
      Returns:
      the WebAppServicePlanUpdatedEventData object itself.
    • getClientRequestId

      public String getClientRequestId()
      Get the clientRequestId property: The client request id generated by the app service for the app service plan API operation that triggered this event.
      Returns:
      the clientRequestId value.
    • setClientRequestId

      public WebAppServicePlanUpdatedEventData setClientRequestId(String clientRequestId)
      Set the clientRequestId property: The client request id generated by the app service for the app service plan API operation that triggered this event.
      Parameters:
      clientRequestId - the clientRequestId value to set.
      Returns:
      the WebAppServicePlanUpdatedEventData object itself.
    • getCorrelationRequestId

      public String getCorrelationRequestId()
      Get the correlationRequestId property: The correlation request id generated by the app service for the app service plan API operation that triggered this event.
      Returns:
      the correlationRequestId value.
    • setCorrelationRequestId

      public WebAppServicePlanUpdatedEventData setCorrelationRequestId(String correlationRequestId)
      Set the correlationRequestId property: The correlation request id generated by the app service for the app service plan API operation that triggered this event.
      Parameters:
      correlationRequestId - the correlationRequestId value to set.
      Returns:
      the WebAppServicePlanUpdatedEventData object itself.
    • getRequestId

      public String getRequestId()
      Get the requestId property: The request id generated by the app service for the app service plan API operation that triggered this event.
      Returns:
      the requestId value.
    • setRequestId

      public WebAppServicePlanUpdatedEventData setRequestId(String requestId)
      Set the requestId property: The request id generated by the app service for the app service plan API operation that triggered this event.
      Parameters:
      requestId - the requestId value to set.
      Returns:
      the WebAppServicePlanUpdatedEventData object itself.
    • getAddress

      public String getAddress()
      Get the address property: HTTP request URL of this operation.
      Returns:
      the address value.
    • setAddress

      public WebAppServicePlanUpdatedEventData setAddress(String address)
      Set the address property: HTTP request URL of this operation.
      Parameters:
      address - the address value to set.
      Returns:
      the WebAppServicePlanUpdatedEventData object itself.
    • getVerb

      public String getVerb()
      Get the verb property: HTTP verb of this operation.
      Returns:
      the verb value.
    • setVerb

      Set the verb property: HTTP verb of this operation.
      Parameters:
      verb - the verb value to set.
      Returns:
      the WebAppServicePlanUpdatedEventData object itself.