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