| Package | Description |
|---|---|
| com.microsoft.azure.eventgrid.models |
This package contains the models classes for EventGridClient.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceActionCancelData |
ResourceActionCancelData.withAuthorization(String authorization)
Set the requested authorization for the operation.
|
ResourceActionCancelData |
ResourceActionCancelData.withClaims(String claims)
Set the properties of the claims.
|
ResourceActionCancelData |
ResourceActionCancelData.withCorrelationId(String correlationId)
Set an operation ID used for troubleshooting.
|
ResourceActionCancelData |
ResourceActionCancelData.withHttpRequest(String httpRequest)
Set the details of the operation.
|
ResourceActionCancelData |
ResourceActionCancelData.withOperationName(String operationName)
Set the operation that was performed.
|
ResourceActionCancelData |
ResourceActionCancelData.withResourceGroup(String resourceGroup)
Set the resource group of the resource.
|
ResourceActionCancelData |
ResourceActionCancelData.withResourceProvider(String resourceProvider)
Set the resource provider performing the operation.
|
ResourceActionCancelData |
ResourceActionCancelData.withResourceUri(String resourceUri)
Set the URI of the resource in the operation.
|
ResourceActionCancelData |
ResourceActionCancelData.withStatus(String status)
Set the status of the operation.
|
ResourceActionCancelData |
ResourceActionCancelData.withSubscriptionId(String subscriptionId)
Set the subscription ID of the resource.
|
ResourceActionCancelData |
ResourceActionCancelData.withTenantId(String tenantId)
Set the tenant ID of the resource.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/