Uses of Class
com.microsoft.azure.eventgrid.models.ResourceDeleteCancelData
-
Packages that use ResourceDeleteCancelData Package Description com.microsoft.azure.eventgrid.models This package contains the models classes for EventGridClient. -
-
Uses of ResourceDeleteCancelData in com.microsoft.azure.eventgrid.models
Methods in com.microsoft.azure.eventgrid.models that return ResourceDeleteCancelData Modifier and Type Method Description ResourceDeleteCancelDataResourceDeleteCancelData. withAuthorization(String authorization)Set the requested authorization for the operation.ResourceDeleteCancelDataResourceDeleteCancelData. withClaims(String claims)Set the properties of the claims.ResourceDeleteCancelDataResourceDeleteCancelData. withCorrelationId(String correlationId)Set an operation ID used for troubleshooting.ResourceDeleteCancelDataResourceDeleteCancelData. withHttpRequest(String httpRequest)Set the details of the operation.ResourceDeleteCancelDataResourceDeleteCancelData. withOperationName(String operationName)Set the operation that was performed.ResourceDeleteCancelDataResourceDeleteCancelData. withResourceGroup(String resourceGroup)Set the resource group of the resource.ResourceDeleteCancelDataResourceDeleteCancelData. withResourceProvider(String resourceProvider)Set the resource provider performing the operation.ResourceDeleteCancelDataResourceDeleteCancelData. withResourceUri(String resourceUri)Set the URI of the resource in the operation.ResourceDeleteCancelDataResourceDeleteCancelData. withStatus(String status)Set the status of the operation.ResourceDeleteCancelDataResourceDeleteCancelData. withSubscriptionId(String subscriptionId)Set the subscription ID of the resource.ResourceDeleteCancelDataResourceDeleteCancelData. withTenantId(String tenantId)Set the tenant ID of the resource.
-