AlertProcessingRulesDeleteResponse Class
- java.
lang. Object - com.
azure. core. http. rest. ResponseBase<H,T> - com.
azure. resourcemanager. alertsmanagement. models. AlertProcessingRulesDeleteResponse
- com.
- com.
public final class AlertProcessingRulesDeleteResponse
extends ResponseBase<AlertProcessingRulesDeleteHeaders,Void>
Contains all response data for the delete operation.
Constructor Summary
| Constructor | Description |
|---|---|
| AlertProcessingRulesDeleteResponse(HttpRequest request, int statusCode, HttpHeaders rawHeaders, Void value, AlertProcessingRulesDeleteHeaders headers) |
Creates an instance of Alert |
Methods inherited from ResponseBase
Methods inherited from java.lang.Object
Constructor Details
AlertProcessingRulesDeleteResponse
public AlertProcessingRulesDeleteResponse(HttpRequest request, int statusCode, HttpHeaders rawHeaders, Void value, AlertProcessingRulesDeleteHeaders headers)
Creates an instance of AlertProcessingRulesDeleteResponse.
Parameters: