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