azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.eventgr...

300 строки
20 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData"
fullName: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData"
name: "ResourceActionSuccessData"
nameWithType: "ResourceActionSuccessData"
summary: "Schema of the Data property of an Event<wbr>Grid<wbr>Event for a Microsoft.<wbr>Resources.<wbr>Resource<wbr>Action<wbr>Success event."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ResourceActionSuccessData**"
constructors:
- uid: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.ResourceActionSuccessData()"
fullName: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.ResourceActionSuccessData()"
name: "ResourceActionSuccessData()"
nameWithType: "ResourceActionSuccessData.ResourceActionSuccessData()"
syntax: "public ResourceActionSuccessData()"
methods:
- uid: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.authorization()"
fullName: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.authorization()"
name: "authorization()"
nameWithType: "ResourceActionSuccessData.authorization()"
summary: "Get the requested authorization for the operation."
syntax: "public String authorization()"
desc: "Get the requested authorization for the operation."
returns:
description: "the authorization value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.claims()"
fullName: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.claims()"
name: "claims()"
nameWithType: "ResourceActionSuccessData.claims()"
summary: "Get the properties of the claims."
syntax: "public String claims()"
desc: "Get the properties of the claims."
returns:
description: "the claims value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.correlationId()"
fullName: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.correlationId()"
name: "correlationId()"
nameWithType: "ResourceActionSuccessData.correlationId()"
summary: "Get an operation ID used for troubleshooting."
syntax: "public String correlationId()"
desc: "Get an operation ID used for troubleshooting."
returns:
description: "the correlationId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.httpRequest()"
fullName: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.httpRequest()"
name: "httpRequest()"
nameWithType: "ResourceActionSuccessData.httpRequest()"
summary: "Get the details of the operation."
syntax: "public String httpRequest()"
desc: "Get the details of the operation."
returns:
description: "the httpRequest value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.operationName()"
fullName: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.operationName()"
name: "operationName()"
nameWithType: "ResourceActionSuccessData.operationName()"
summary: "Get the operation that was performed."
syntax: "public String operationName()"
desc: "Get the operation that was performed."
returns:
description: "the operationName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.resourceGroup()"
fullName: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.resourceGroup()"
name: "resourceGroup()"
nameWithType: "ResourceActionSuccessData.resourceGroup()"
summary: "Get the resource group of the resource."
syntax: "public String resourceGroup()"
desc: "Get the resource group of the resource."
returns:
description: "the resourceGroup value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.resourceProvider()"
fullName: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.resourceProvider()"
name: "resourceProvider()"
nameWithType: "ResourceActionSuccessData.resourceProvider()"
summary: "Get the resource provider performing the operation."
syntax: "public String resourceProvider()"
desc: "Get the resource provider performing the operation."
returns:
description: "the resourceProvider value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.resourceUri()"
fullName: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.resourceUri()"
name: "resourceUri()"
nameWithType: "ResourceActionSuccessData.resourceUri()"
summary: "Get the URI of the resource in the operation."
syntax: "public String resourceUri()"
desc: "Get the URI of the resource in the operation."
returns:
description: "the resourceUri value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.status()"
fullName: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.status()"
name: "status()"
nameWithType: "ResourceActionSuccessData.status()"
summary: "Get the status of the operation."
syntax: "public String status()"
desc: "Get the status of the operation."
returns:
description: "the status value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.subscriptionId()"
fullName: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.subscriptionId()"
name: "subscriptionId()"
nameWithType: "ResourceActionSuccessData.subscriptionId()"
summary: "Get the subscription ID of the resource."
syntax: "public String subscriptionId()"
desc: "Get the subscription ID of the resource."
returns:
description: "the subscriptionId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.tenantId()"
fullName: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.tenantId()"
name: "tenantId()"
nameWithType: "ResourceActionSuccessData.tenantId()"
summary: "Get the tenant ID of the resource."
syntax: "public String tenantId()"
desc: "Get the tenant ID of the resource."
returns:
description: "the tenantId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.withAuthorization(java.lang.String)"
fullName: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.withAuthorization(String authorization)"
name: "withAuthorization(String authorization)"
nameWithType: "ResourceActionSuccessData.withAuthorization(String authorization)"
summary: "Set the requested authorization for the operation."
parameters:
- description: "the authorization value to set"
name: "authorization"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ResourceActionSuccessData withAuthorization(String authorization)"
desc: "Set the requested authorization for the operation."
returns:
description: "the ResourceActionSuccessData object itself."
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ResourceActionSuccessData?alt=com.microsoft.azure.eventgrid.models.ResourceActionSuccessData&text=ResourceActionSuccessData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.withClaims(java.lang.String)"
fullName: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.withClaims(String claims)"
name: "withClaims(String claims)"
nameWithType: "ResourceActionSuccessData.withClaims(String claims)"
summary: "Set the properties of the claims."
parameters:
- description: "the claims value to set"
name: "claims"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ResourceActionSuccessData withClaims(String claims)"
desc: "Set the properties of the claims."
returns:
description: "the ResourceActionSuccessData object itself."
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ResourceActionSuccessData?alt=com.microsoft.azure.eventgrid.models.ResourceActionSuccessData&text=ResourceActionSuccessData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.withCorrelationId(java.lang.String)"
fullName: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.withCorrelationId(String correlationId)"
name: "withCorrelationId(String correlationId)"
nameWithType: "ResourceActionSuccessData.withCorrelationId(String correlationId)"
summary: "Set an operation ID used for troubleshooting."
parameters:
- description: "the correlationId value to set"
name: "correlationId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ResourceActionSuccessData withCorrelationId(String correlationId)"
desc: "Set an operation ID used for troubleshooting."
returns:
description: "the ResourceActionSuccessData object itself."
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ResourceActionSuccessData?alt=com.microsoft.azure.eventgrid.models.ResourceActionSuccessData&text=ResourceActionSuccessData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.withHttpRequest(java.lang.String)"
fullName: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.withHttpRequest(String httpRequest)"
name: "withHttpRequest(String httpRequest)"
nameWithType: "ResourceActionSuccessData.withHttpRequest(String httpRequest)"
summary: "Set the details of the operation."
parameters:
- description: "the httpRequest value to set"
name: "httpRequest"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ResourceActionSuccessData withHttpRequest(String httpRequest)"
desc: "Set the details of the operation."
returns:
description: "the ResourceActionSuccessData object itself."
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ResourceActionSuccessData?alt=com.microsoft.azure.eventgrid.models.ResourceActionSuccessData&text=ResourceActionSuccessData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.withOperationName(java.lang.String)"
fullName: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.withOperationName(String operationName)"
name: "withOperationName(String operationName)"
nameWithType: "ResourceActionSuccessData.withOperationName(String operationName)"
summary: "Set the operation that was performed."
parameters:
- description: "the operationName value to set"
name: "operationName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ResourceActionSuccessData withOperationName(String operationName)"
desc: "Set the operation that was performed."
returns:
description: "the ResourceActionSuccessData object itself."
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ResourceActionSuccessData?alt=com.microsoft.azure.eventgrid.models.ResourceActionSuccessData&text=ResourceActionSuccessData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.withResourceGroup(java.lang.String)"
fullName: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.withResourceGroup(String resourceGroup)"
name: "withResourceGroup(String resourceGroup)"
nameWithType: "ResourceActionSuccessData.withResourceGroup(String resourceGroup)"
summary: "Set the resource group of the resource."
parameters:
- description: "the resourceGroup value to set"
name: "resourceGroup"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ResourceActionSuccessData withResourceGroup(String resourceGroup)"
desc: "Set the resource group of the resource."
returns:
description: "the ResourceActionSuccessData object itself."
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ResourceActionSuccessData?alt=com.microsoft.azure.eventgrid.models.ResourceActionSuccessData&text=ResourceActionSuccessData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.withResourceProvider(java.lang.String)"
fullName: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.withResourceProvider(String resourceProvider)"
name: "withResourceProvider(String resourceProvider)"
nameWithType: "ResourceActionSuccessData.withResourceProvider(String resourceProvider)"
summary: "Set the resource provider performing the operation."
parameters:
- description: "the resourceProvider value to set"
name: "resourceProvider"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ResourceActionSuccessData withResourceProvider(String resourceProvider)"
desc: "Set the resource provider performing the operation."
returns:
description: "the ResourceActionSuccessData object itself."
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ResourceActionSuccessData?alt=com.microsoft.azure.eventgrid.models.ResourceActionSuccessData&text=ResourceActionSuccessData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.withResourceUri(java.lang.String)"
fullName: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.withResourceUri(String resourceUri)"
name: "withResourceUri(String resourceUri)"
nameWithType: "ResourceActionSuccessData.withResourceUri(String resourceUri)"
summary: "Set the URI of the resource in the operation."
parameters:
- description: "the resourceUri value to set"
name: "resourceUri"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ResourceActionSuccessData withResourceUri(String resourceUri)"
desc: "Set the URI of the resource in the operation."
returns:
description: "the ResourceActionSuccessData object itself."
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ResourceActionSuccessData?alt=com.microsoft.azure.eventgrid.models.ResourceActionSuccessData&text=ResourceActionSuccessData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.withStatus(java.lang.String)"
fullName: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.withStatus(String status)"
name: "withStatus(String status)"
nameWithType: "ResourceActionSuccessData.withStatus(String status)"
summary: "Set the status of the operation."
parameters:
- description: "the status value to set"
name: "status"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ResourceActionSuccessData withStatus(String status)"
desc: "Set the status of the operation."
returns:
description: "the ResourceActionSuccessData object itself."
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ResourceActionSuccessData?alt=com.microsoft.azure.eventgrid.models.ResourceActionSuccessData&text=ResourceActionSuccessData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.withSubscriptionId(java.lang.String)"
fullName: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.withSubscriptionId(String subscriptionId)"
name: "withSubscriptionId(String subscriptionId)"
nameWithType: "ResourceActionSuccessData.withSubscriptionId(String subscriptionId)"
summary: "Set the subscription ID of the resource."
parameters:
- description: "the subscriptionId value to set"
name: "subscriptionId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ResourceActionSuccessData withSubscriptionId(String subscriptionId)"
desc: "Set the subscription ID of the resource."
returns:
description: "the ResourceActionSuccessData object itself."
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ResourceActionSuccessData?alt=com.microsoft.azure.eventgrid.models.ResourceActionSuccessData&text=ResourceActionSuccessData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.withTenantId(java.lang.String)"
fullName: "com.microsoft.azure.eventgrid.models.ResourceActionSuccessData.withTenantId(String tenantId)"
name: "withTenantId(String tenantId)"
nameWithType: "ResourceActionSuccessData.withTenantId(String tenantId)"
summary: "Set the tenant ID of the resource."
parameters:
- description: "the tenantId value to set"
name: "tenantId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ResourceActionSuccessData withTenantId(String tenantId)"
desc: "Set the tenant ID of the resource."
returns:
description: "the ResourceActionSuccessData object itself."
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ResourceActionSuccessData?alt=com.microsoft.azure.eventgrid.models.ResourceActionSuccessData&text=ResourceActionSuccessData\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Schema of the Data property of an EventGridEvent for a Microsoft.Resources.ResourceActionSuccess event. This is raised when a resource action operation succeeds."
metadata: {}
package: "com.microsoft.azure.eventgrid.models"
artifact: com.microsoft.azure:azure-eventgrid:1.3.0