ResourceDeleteFailureData Class

  • java.lang.Object
    • com.microsoft.azure.eventgrid.models.ResourceDeleteFailureData

public class ResourceDeleteFailureData

Schema of the Data property of an EventGridEvent for a Microsoft.Resources.ResourceDeleteFailure event. This is raised when a resource delete operation fails.

Constructor Summary

Constructor Description
ResourceDeleteFailureData()

Method Summary

Modifier and Type Method and Description
java.lang.String authorization()

Get the requested authorization for the operation.

java.lang.String claims()

Get the properties of the claims.

java.lang.String correlationId()

Get an operation ID used for troubleshooting.

java.lang.String httpRequest()

Get the details of the operation.

java.lang.String operationName()

Get the operation that was performed.

java.lang.String resourceGroup()

Get the resource group of the resource.

java.lang.String resourceProvider()

Get the resource provider performing the operation.

java.lang.String resourceUri()

Get the URI of the resource in the operation.

java.lang.String status()

Get the status of the operation.

java.lang.String subscriptionId()

Get the subscription ID of the resource.

java.lang.String tenantId()

Get the tenant ID of the resource.

ResourceDeleteFailureData withAuthorization(String authorization)

Set the requested authorization for the operation.

ResourceDeleteFailureData withClaims(String claims)

Set the properties of the claims.

ResourceDeleteFailureData withCorrelationId(String correlationId)

Set an operation ID used for troubleshooting.

ResourceDeleteFailureData withHttpRequest(String httpRequest)

Set the details of the operation.

ResourceDeleteFailureData withOperationName(String operationName)

Set the operation that was performed.

ResourceDeleteFailureData withResourceGroup(String resourceGroup)

Set the resource group of the resource.

ResourceDeleteFailureData withResourceProvider(String resourceProvider)

Set the resource provider performing the operation.

ResourceDeleteFailureData withResourceUri(String resourceUri)

Set the URI of the resource in the operation.

ResourceDeleteFailureData withStatus(String status)

Set the status of the operation.

ResourceDeleteFailureData withSubscriptionId(String subscriptionId)

Set the subscription ID of the resource.

ResourceDeleteFailureData withTenantId(String tenantId)

Set the tenant ID of the resource.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ResourceDeleteFailureData

public ResourceDeleteFailureData()

Method Details

authorization

public String authorization()

Get the requested authorization for the operation.

Returns:

the authorization value

claims

public String claims()

Get the properties of the claims.

Returns:

the claims value

correlationId

public String correlationId()

Get an operation ID used for troubleshooting.

Returns:

the correlationId value

httpRequest

public String httpRequest()

Get the details of the operation.

Returns:

the httpRequest value

operationName

public String operationName()

Get the operation that was performed.

Returns:

the operationName value

resourceGroup

public String resourceGroup()

Get the resource group of the resource.

Returns:

the resourceGroup value

resourceProvider

public String resourceProvider()

Get the resource provider performing the operation.

Returns:

the resourceProvider value

resourceUri

public String resourceUri()

Get the URI of the resource in the operation.

Returns:

the resourceUri value

status

public String status()

Get the status of the operation.

Returns:

the status value

subscriptionId

public String subscriptionId()

Get the subscription ID of the resource.

Returns:

the subscriptionId value

tenantId

public String tenantId()

Get the tenant ID of the resource.

Returns:

the tenantId value

withAuthorization

public ResourceDeleteFailureData withAuthorization(String authorization)

Set the requested authorization for the operation.

Parameters:

authorization - the authorization value to set

Returns:

the ResourceDeleteFailureData object itself.

withClaims

public ResourceDeleteFailureData withClaims(String claims)

Set the properties of the claims.

Parameters:

claims - the claims value to set

Returns:

the ResourceDeleteFailureData object itself.

withCorrelationId

public ResourceDeleteFailureData withCorrelationId(String correlationId)

Set an operation ID used for troubleshooting.

Parameters:

correlationId - the correlationId value to set

Returns:

the ResourceDeleteFailureData object itself.

withHttpRequest

public ResourceDeleteFailureData withHttpRequest(String httpRequest)

Set the details of the operation.

Parameters:

httpRequest - the httpRequest value to set

Returns:

the ResourceDeleteFailureData object itself.

withOperationName

public ResourceDeleteFailureData withOperationName(String operationName)

Set the operation that was performed.

Parameters:

operationName - the operationName value to set

Returns:

the ResourceDeleteFailureData object itself.

withResourceGroup

public ResourceDeleteFailureData withResourceGroup(String resourceGroup)

Set the resource group of the resource.

Parameters:

resourceGroup - the resourceGroup value to set

Returns:

the ResourceDeleteFailureData object itself.

withResourceProvider

public ResourceDeleteFailureData withResourceProvider(String resourceProvider)

Set the resource provider performing the operation.

Parameters:

resourceProvider - the resourceProvider value to set

Returns:

the ResourceDeleteFailureData object itself.

withResourceUri

public ResourceDeleteFailureData withResourceUri(String resourceUri)

Set the URI of the resource in the operation.

Parameters:

resourceUri - the resourceUri value to set

Returns:

the ResourceDeleteFailureData object itself.

withStatus

public ResourceDeleteFailureData withStatus(String status)

Set the status of the operation.

Parameters:

status - the status value to set

Returns:

the ResourceDeleteFailureData object itself.

withSubscriptionId

public ResourceDeleteFailureData withSubscriptionId(String subscriptionId)

Set the subscription ID of the resource.

Parameters:

subscriptionId - the subscriptionId value to set

Returns:

the ResourceDeleteFailureData object itself.

withTenantId

public ResourceDeleteFailureData withTenantId(String tenantId)

Set the tenant ID of the resource.

Parameters:

tenantId - the tenantId value to set

Returns:

the ResourceDeleteFailureData object itself.

Applies to