Class ResourceDeleteCancelEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.ResourceDeleteCancelEventData
Schema of the Data property of an EventGridEvent for a Microsoft.Resources.ResourceDeleteCancel event. This is raised
when a resource delete operation is canceled.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ResourceDeleteCancelEventData class. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.This method is no longer supported since v4.9.0.Deprecated.This method is no longer supported since v4.9.0.Get the correlationId property: An operation ID used for troubleshooting.Deprecated.This method is no longer supported since v4.9.0.Get the operationName property: The operation that was performed.Get the authorization property: The requested authorization for the operation.Get the claims property: The properties of the claims.Get the resourceGroup property: The resource group of the resource.Get the httpRequest property: The details of the operation.Get the resourceProvider property: The resource provider performing the operation.Get the resourceUri property: The URI of the resource in the operation.Get the status property: The status of the operation.Get the subscriptionId property: The subscription ID of the resource.Get the tenantId property: The tenant ID of the resource.setAuthorization(String authorization) Deprecated.This method is no longer supported since v4.9.0.Deprecated.This method is no longer supported since v4.9.0.setCorrelationId(String correlationId) Set the correlationId property: An operation ID used for troubleshooting.setHttpRequest(String httpRequest) Deprecated.This method is no longer supported since v4.9.0.setOperationName(String operationName) Set the operationName property: The operation that was performed.setResourceAuthorization(ResourceAuthorization authorization) Set the authorization property: The requested authorization for the operation.setResourceClaims(Map<String, String> claims) Set the claims property: The properties of the claims.setResourceGroup(String resourceGroup) Set the resourceGroup property: The resource group of the resource.setResourceHttpRequest(ResourceHttpRequest httpRequest) Set the httpRequest property: The details of the operation.setResourceProvider(String resourceProvider) Set the resourceProvider property: The resource provider performing the operation.setResourceUri(String resourceUri) Set the resourceUri property: The URI of the resource in the operation.Set the status property: The status of the operation.setSubscriptionId(String subscriptionId) Set the subscriptionId property: The subscription ID of the resource.setTenantId(String tenantId) Set the tenantId property: The tenant ID of the resource.
-
Constructor Details
-
ResourceDeleteCancelEventData
public ResourceDeleteCancelEventData()Creates an instance of ResourceDeleteCancelEventData class.
-
-
Method Details
-
getTenantId
Get the tenantId property: The tenant ID of the resource.- Returns:
- the tenantId value.
-
setTenantId
Set the tenantId property: The tenant ID of the resource.- Parameters:
tenantId- the tenantId value to set.- Returns:
- the ResourceDeleteCancelEventData object itself.
-
getSubscriptionId
Get the subscriptionId property: The subscription ID of the resource.- Returns:
- the subscriptionId value.
-
setSubscriptionId
Set the subscriptionId property: The subscription ID of the resource.- Parameters:
subscriptionId- the subscriptionId value to set.- Returns:
- the ResourceDeleteCancelEventData object itself.
-
getResourceGroup
Get the resourceGroup property: The resource group of the resource.- Returns:
- the resourceGroup value.
-
setResourceGroup
Set the resourceGroup property: The resource group of the resource.- Parameters:
resourceGroup- the resourceGroup value to set.- Returns:
- the ResourceDeleteCancelEventData object itself.
-
getResourceProvider
Get the resourceProvider property: The resource provider performing the operation.- Returns:
- the resourceProvider value.
-
setResourceProvider
Set the resourceProvider property: The resource provider performing the operation.- Parameters:
resourceProvider- the resourceProvider value to set.- Returns:
- the ResourceDeleteCancelEventData object itself.
-
getResourceUri
Get the resourceUri property: The URI of the resource in the operation.- Returns:
- the resourceUri value.
-
setResourceUri
Set the resourceUri property: The URI of the resource in the operation.- Parameters:
resourceUri- the resourceUri value to set.- Returns:
- the ResourceDeleteCancelEventData object itself.
-
getOperationName
Get the operationName property: The operation that was performed.- Returns:
- the operationName value.
-
setOperationName
Set the operationName property: The operation that was performed.- Parameters:
operationName- the operationName value to set.- Returns:
- the ResourceDeleteCancelEventData object itself.
-
getStatus
Get the status property: The status of the operation.- Returns:
- the status value.
-
setStatus
Set the status property: The status of the operation.- Parameters:
status- the status value to set.- Returns:
- the ResourceDeleteCancelEventData object itself.
-
getResourceAuthorization
Get the authorization property: The requested authorization for the operation.- Returns:
- the authorization value.
-
setResourceAuthorization
Set the authorization property: The requested authorization for the operation.- Parameters:
authorization- the authorization value to set.- Returns:
- the ResourceDeleteCancelEventData object itself.
-
getResourceClaims
Get the claims property: The properties of the claims.- Returns:
- the claims value.
-
setResourceClaims
Set the claims property: The properties of the claims.- Parameters:
claims- the claims value to set.- Returns:
- the ResourceDeleteCancelEventData object itself.
-
getCorrelationId
Get the correlationId property: An operation ID used for troubleshooting.- Returns:
- the correlationId value.
-
setCorrelationId
Set the correlationId property: An operation ID used for troubleshooting.- Parameters:
correlationId- the correlationId value to set.- Returns:
- the ResourceDeleteCancelEventData object itself.
-
getResourceHttpRequest
Get the httpRequest property: The details of the operation.- Returns:
- the httpRequest value.
-
setResourceHttpRequest
Set the httpRequest property: The details of the operation.- Parameters:
httpRequest- the httpRequest value to set.- Returns:
- the ResourceDeleteCancelEventData object itself.
-
getClaims
Deprecated.This method is no longer supported since v4.9.0.Use
getResourceClaims()instead.Get the claims property: The properties of the claims.- Returns:
- the claims value.
-
setClaims
Deprecated.This method is no longer supported since v4.9.0.Use
setResourceClaims(Map)instead.Set the claims property: The properties of the claims.- Parameters:
claims- the claims value to set.- Returns:
- the ResourceDeleteCancelEventData object itself.
-
getHttpRequest
Deprecated.This method is no longer supported since v4.9.0.Use
getResourceHttpRequest()instead.Get the httpRequest property: The details of the operation.- Returns:
- the httpRequest value.
-
setHttpRequest
Deprecated.This method is no longer supported since v4.9.0.Use
setResourceHttpRequest(ResourceHttpRequest)instead.Set the httpRequest property: The details of the operation.- Parameters:
httpRequest- the httpRequest value to set.- Returns:
- the ResourceDeleteCancelEventData object itself.
-
getAuthorization
Deprecated.This method is no longer supported since v4.9.0.Use
getResourceAuthorization()instead.Get the authorization property: The requested authorization for the operation.- Returns:
- the authorization value.
-
setAuthorization
Deprecated.This method is no longer supported since v4.9.0.Use
setResourceAuthorization(ResourceAuthorization)instead.Set the authorization property: The requested authorization for the operation.- Parameters:
authorization- the authorization value to set.- Returns:
- the ResourceDeleteCancelEventData object itself.
-