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