Class AlertProcessingRulesDeleteResponse

java.lang.Object
com.azure.core.http.rest.ResponseBase<AlertProcessingRulesDeleteHeaders,Void>
com.azure.resourcemanager.alertsmanagement.models.AlertProcessingRulesDeleteResponse
All Implemented Interfaces:
com.azure.core.http.rest.Response<Void>

public final class AlertProcessingRulesDeleteResponse extends com.azure.core.http.rest.ResponseBase<AlertProcessingRulesDeleteHeaders,Void>
Contains all response data for the delete operation.
  • Constructor Details

    • AlertProcessingRulesDeleteResponse

      public AlertProcessingRulesDeleteResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, Void value, AlertProcessingRulesDeleteHeaders headers)
      Creates an instance of AlertProcessingRulesDeleteResponse.
      Parameters:
      request - the request which resulted in this AlertProcessingRulesDeleteResponse.
      statusCode - the status code of the HTTP response.
      rawHeaders - the raw headers of the HTTP response.
      value - the deserialized value of the HTTP response.
      headers - the deserialized headers of the HTTP response.