ResourceActionSuccessEventData Class
- java.
lang. Object - com.
azure. messaging. eventgrid. systemevents. ResourceActionSuccessEventData
- com.
Implements
public final class ResourceActionSuccessEventData
implements JsonSerializable<ResourceActionSuccessEventData>
Schema of the Data property of an EventGridEvent for a Microsoft.Resources.ResourceActionSuccess event. This is raised when a resource action operation succeeds.
Constructor | Description |
---|---|
Resource |
Creates an instance of Resource |
Modifier and Type | Method and Description |
---|---|
static
Resource |
from Reads an instance of Resource |
String |
get Deprecated
This method is no longer supported since v4.9.0.
Use getResourceAuthorization() instead.
Get the authorization property: The requested authorization for the operation. |
String |
get Deprecated
This method is no longer supported since v4.9.0.
Use getResourceClaims() instead.
Get the claims property: The properties of the claims. |
String |
get Get the correlation |
String |
get Deprecated
This method is no longer supported since v4.9.0.
Use getResourceHttpRequest() instead.
Get the http |
String |
get Get the operation |
Resource |
get Get the authorization property: The requested authorization for the operation. |
Map<String,String> |
get Get the claims property: The properties of the claims. |
String |
get Get the resource |
Resource |
get Get the http |
String |
get Get the resource |
String |
get Get the resource |
String |
get Get the status property: The status of the operation. |
String |
get Get the subscription |
String |
get Get the tenant |
Resource |
set Deprecated
This method is no longer supported since v4.9.0.
Use setResourceAuthorization(ResourceAuthorization authorization) instead.
Set the authorization property: The requested authorization for the operation. |
Resource |
set Deprecated
This method is no longer supported since v4.9.0.
Use setResourceClaims(Map<String,String> claims) instead.
Set the claims property: The properties of the claims. |
Resource |
set Set the correlation |
Resource |
set Deprecated
This method is no longer supported since v4.9.0.
Use setResourceHttpRequest(ResourceHttpRequest httpRequest) instead.
Set the http |
Resource |
set Set the operation |
Resource |
set Set the authorization property: The requested authorization for the operation. |
Resource |
set Set the claims property: The properties of the claims. |
Resource |
set Set the resource |
Resource |
set Set the http |
Resource |
set Set the resource |
Resource |
set Set the resource |
Resource |
set Set the status property: The status of the operation. |
Resource |
set Set the subscription |
Resource |
set Set the tenant |
Json |
to |
Methods inherited from java.lang.Object
ResourceActionSuccessEventData
public ResourceActionSuccessEventData()
Creates an instance of ResourceActionSuccessEventData class.
fromJson
public static ResourceActionSuccessEventData fromJson(JsonReader jsonReader)
Reads an instance of ResourceActionSuccessEventData from the JsonReader.
Parameters:
Returns:
Throws:
getAuthorization
@Deprecated
public String getAuthorization()
Deprecated
Get the authorization property: The requested authorization for the operation.
Returns:
getClaims
@Deprecated
public String getClaims()
Deprecated
Get the claims property: The properties of the claims.
Returns:
getCorrelationId
public String getCorrelationId()
Get the correlationId property: An operation ID used for troubleshooting.
Returns:
getHttpRequest
@Deprecated
public String getHttpRequest()
Deprecated
Get the httpRequest property: The details of the operation.
Returns:
getOperationName
public String getOperationName()
Get the operationName property: The operation that was performed.
Returns:
getResourceAuthorization
public ResourceAuthorization getResourceAuthorization()
Get the authorization property: The requested authorization for the operation.
Returns:
getResourceClaims
public Map
Get the claims property: The properties of the claims.
Returns:
getResourceGroup
public String getResourceGroup()
Get the resourceGroup property: The resource group of the resource.
Returns:
getResourceHttpRequest
public ResourceHttpRequest getResourceHttpRequest()
Get the httpRequest property: The details of the operation.
Returns:
getResourceProvider
public String getResourceProvider()
Get the resourceProvider property: The resource provider performing the operation.
Returns:
getResourceUri
public String getResourceUri()
Get the resourceUri property: The URI of the resource in the operation.
Returns:
getStatus
public String getStatus()
Get the status property: The status of the operation.
Returns:
getSubscriptionId
public String getSubscriptionId()
Get the subscriptionId property: The subscription ID of the resource.
Returns:
getTenantId
public String getTenantId()
Get the tenantId property: The tenant ID of the resource.
Returns:
setAuthorization
@Deprecated
public ResourceActionSuccessEventData setAuthorization(String authorization)
Deprecated
Set the authorization property: The requested authorization for the operation.
Parameters:
Returns:
setClaims
@Deprecated
public ResourceActionSuccessEventData setClaims(String claims)
Deprecated
Set the claims property: The properties of the claims.
Parameters:
Returns:
setCorrelationId
public ResourceActionSuccessEventData setCorrelationId(String correlationId)
Set the correlationId property: An operation ID used for troubleshooting.
Parameters:
Returns:
setHttpRequest
@Deprecated
public ResourceActionSuccessEventData setHttpRequest(String httpRequest)
Deprecated
Set the httpRequest property: The details of the operation.
Parameters:
Returns:
setOperationName
public ResourceActionSuccessEventData setOperationName(String operationName)
Set the operationName property: The operation that was performed.
Parameters:
Returns:
setResourceAuthorization
public ResourceActionSuccessEventData setResourceAuthorization(ResourceAuthorization authorization)
Set the authorization property: The requested authorization for the operation.
Parameters:
Returns:
setResourceClaims
public ResourceActionSuccessEventData setResourceClaims(Map
Set the claims property: The properties of the claims.
Parameters:
Returns:
setResourceGroup
public ResourceActionSuccessEventData setResourceGroup(String resourceGroup)
Set the resourceGroup property: The resource group of the resource.
Parameters:
Returns:
setResourceHttpRequest
public ResourceActionSuccessEventData setResourceHttpRequest(ResourceHttpRequest httpRequest)
Set the httpRequest property: The details of the operation.
Parameters:
Returns:
setResourceProvider
public ResourceActionSuccessEventData setResourceProvider(String resourceProvider)
Set the resourceProvider property: The resource provider performing the operation.
Parameters:
Returns:
setResourceUri
public ResourceActionSuccessEventData setResourceUri(String resourceUri)
Set the resourceUri property: The URI of the resource in the operation.
Parameters:
Returns:
setStatus
public ResourceActionSuccessEventData setStatus(String status)
Set the status property: The status of the operation.
Parameters:
Returns:
setSubscriptionId
public ResourceActionSuccessEventData setSubscriptionId(String subscriptionId)
Set the subscriptionId property: The subscription ID of the resource.
Parameters:
Returns:
setTenantId
public ResourceActionSuccessEventData setTenantId(String tenantId)
Set the tenantId property: The tenant ID of the resource.
Parameters:
Returns:
toJson
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: