300 строки
20 KiB
YAML
300 строки
20 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData"
|
|
fullName: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData"
|
|
name: "ResourceWriteCancelData"
|
|
nameWithType: "ResourceWriteCancelData"
|
|
summary: "Schema of the Data property of an Event<wbr>Grid<wbr>Event for a Microsoft.<wbr>Resources.<wbr>Resource<wbr>Write<wbr>Cancel 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 **ResourceWriteCancelData**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.ResourceWriteCancelData()"
|
|
fullName: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.ResourceWriteCancelData()"
|
|
name: "ResourceWriteCancelData()"
|
|
nameWithType: "ResourceWriteCancelData.ResourceWriteCancelData()"
|
|
syntax: "public ResourceWriteCancelData()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.authorization()"
|
|
fullName: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.authorization()"
|
|
name: "authorization()"
|
|
nameWithType: "ResourceWriteCancelData.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.ResourceWriteCancelData.claims()"
|
|
fullName: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.claims()"
|
|
name: "claims()"
|
|
nameWithType: "ResourceWriteCancelData.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.ResourceWriteCancelData.correlationId()"
|
|
fullName: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.correlationId()"
|
|
name: "correlationId()"
|
|
nameWithType: "ResourceWriteCancelData.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.ResourceWriteCancelData.httpRequest()"
|
|
fullName: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.httpRequest()"
|
|
name: "httpRequest()"
|
|
nameWithType: "ResourceWriteCancelData.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.ResourceWriteCancelData.operationName()"
|
|
fullName: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.operationName()"
|
|
name: "operationName()"
|
|
nameWithType: "ResourceWriteCancelData.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.ResourceWriteCancelData.resourceGroup()"
|
|
fullName: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.resourceGroup()"
|
|
name: "resourceGroup()"
|
|
nameWithType: "ResourceWriteCancelData.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.ResourceWriteCancelData.resourceProvider()"
|
|
fullName: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.resourceProvider()"
|
|
name: "resourceProvider()"
|
|
nameWithType: "ResourceWriteCancelData.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.ResourceWriteCancelData.resourceUri()"
|
|
fullName: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.resourceUri()"
|
|
name: "resourceUri()"
|
|
nameWithType: "ResourceWriteCancelData.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.ResourceWriteCancelData.status()"
|
|
fullName: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.status()"
|
|
name: "status()"
|
|
nameWithType: "ResourceWriteCancelData.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.ResourceWriteCancelData.subscriptionId()"
|
|
fullName: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.subscriptionId()"
|
|
name: "subscriptionId()"
|
|
nameWithType: "ResourceWriteCancelData.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.ResourceWriteCancelData.tenantId()"
|
|
fullName: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.tenantId()"
|
|
name: "tenantId()"
|
|
nameWithType: "ResourceWriteCancelData.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.ResourceWriteCancelData.withAuthorization(java.lang.String)"
|
|
fullName: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.withAuthorization(String authorization)"
|
|
name: "withAuthorization(String authorization)"
|
|
nameWithType: "ResourceWriteCancelData.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 ResourceWriteCancelData withAuthorization(String authorization)"
|
|
desc: "Set the requested authorization for the operation."
|
|
returns:
|
|
description: "the ResourceWriteCancelData object itself."
|
|
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ResourceWriteCancelData?alt=com.microsoft.azure.eventgrid.models.ResourceWriteCancelData&text=ResourceWriteCancelData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.withClaims(java.lang.String)"
|
|
fullName: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.withClaims(String claims)"
|
|
name: "withClaims(String claims)"
|
|
nameWithType: "ResourceWriteCancelData.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 ResourceWriteCancelData withClaims(String claims)"
|
|
desc: "Set the properties of the claims."
|
|
returns:
|
|
description: "the ResourceWriteCancelData object itself."
|
|
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ResourceWriteCancelData?alt=com.microsoft.azure.eventgrid.models.ResourceWriteCancelData&text=ResourceWriteCancelData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.withCorrelationId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.withCorrelationId(String correlationId)"
|
|
name: "withCorrelationId(String correlationId)"
|
|
nameWithType: "ResourceWriteCancelData.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 ResourceWriteCancelData withCorrelationId(String correlationId)"
|
|
desc: "Set an operation ID used for troubleshooting."
|
|
returns:
|
|
description: "the ResourceWriteCancelData object itself."
|
|
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ResourceWriteCancelData?alt=com.microsoft.azure.eventgrid.models.ResourceWriteCancelData&text=ResourceWriteCancelData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.withHttpRequest(java.lang.String)"
|
|
fullName: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.withHttpRequest(String httpRequest)"
|
|
name: "withHttpRequest(String httpRequest)"
|
|
nameWithType: "ResourceWriteCancelData.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 ResourceWriteCancelData withHttpRequest(String httpRequest)"
|
|
desc: "Set the details of the operation."
|
|
returns:
|
|
description: "the ResourceWriteCancelData object itself."
|
|
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ResourceWriteCancelData?alt=com.microsoft.azure.eventgrid.models.ResourceWriteCancelData&text=ResourceWriteCancelData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.withOperationName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.withOperationName(String operationName)"
|
|
name: "withOperationName(String operationName)"
|
|
nameWithType: "ResourceWriteCancelData.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 ResourceWriteCancelData withOperationName(String operationName)"
|
|
desc: "Set the operation that was performed."
|
|
returns:
|
|
description: "the ResourceWriteCancelData object itself."
|
|
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ResourceWriteCancelData?alt=com.microsoft.azure.eventgrid.models.ResourceWriteCancelData&text=ResourceWriteCancelData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.withResourceGroup(java.lang.String)"
|
|
fullName: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.withResourceGroup(String resourceGroup)"
|
|
name: "withResourceGroup(String resourceGroup)"
|
|
nameWithType: "ResourceWriteCancelData.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 ResourceWriteCancelData withResourceGroup(String resourceGroup)"
|
|
desc: "Set the resource group of the resource."
|
|
returns:
|
|
description: "the ResourceWriteCancelData object itself."
|
|
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ResourceWriteCancelData?alt=com.microsoft.azure.eventgrid.models.ResourceWriteCancelData&text=ResourceWriteCancelData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.withResourceProvider(java.lang.String)"
|
|
fullName: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.withResourceProvider(String resourceProvider)"
|
|
name: "withResourceProvider(String resourceProvider)"
|
|
nameWithType: "ResourceWriteCancelData.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 ResourceWriteCancelData withResourceProvider(String resourceProvider)"
|
|
desc: "Set the resource provider performing the operation."
|
|
returns:
|
|
description: "the ResourceWriteCancelData object itself."
|
|
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ResourceWriteCancelData?alt=com.microsoft.azure.eventgrid.models.ResourceWriteCancelData&text=ResourceWriteCancelData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.withResourceUri(java.lang.String)"
|
|
fullName: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.withResourceUri(String resourceUri)"
|
|
name: "withResourceUri(String resourceUri)"
|
|
nameWithType: "ResourceWriteCancelData.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 ResourceWriteCancelData withResourceUri(String resourceUri)"
|
|
desc: "Set the URI of the resource in the operation."
|
|
returns:
|
|
description: "the ResourceWriteCancelData object itself."
|
|
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ResourceWriteCancelData?alt=com.microsoft.azure.eventgrid.models.ResourceWriteCancelData&text=ResourceWriteCancelData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.withStatus(java.lang.String)"
|
|
fullName: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.withStatus(String status)"
|
|
name: "withStatus(String status)"
|
|
nameWithType: "ResourceWriteCancelData.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 ResourceWriteCancelData withStatus(String status)"
|
|
desc: "Set the status of the operation."
|
|
returns:
|
|
description: "the ResourceWriteCancelData object itself."
|
|
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ResourceWriteCancelData?alt=com.microsoft.azure.eventgrid.models.ResourceWriteCancelData&text=ResourceWriteCancelData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.withSubscriptionId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.withSubscriptionId(String subscriptionId)"
|
|
name: "withSubscriptionId(String subscriptionId)"
|
|
nameWithType: "ResourceWriteCancelData.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 ResourceWriteCancelData withSubscriptionId(String subscriptionId)"
|
|
desc: "Set the subscription ID of the resource."
|
|
returns:
|
|
description: "the ResourceWriteCancelData object itself."
|
|
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ResourceWriteCancelData?alt=com.microsoft.azure.eventgrid.models.ResourceWriteCancelData&text=ResourceWriteCancelData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.withTenantId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.eventgrid.models.ResourceWriteCancelData.withTenantId(String tenantId)"
|
|
name: "withTenantId(String tenantId)"
|
|
nameWithType: "ResourceWriteCancelData.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 ResourceWriteCancelData withTenantId(String tenantId)"
|
|
desc: "Set the tenant ID of the resource."
|
|
returns:
|
|
description: "the ResourceWriteCancelData object itself."
|
|
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ResourceWriteCancelData?alt=com.microsoft.azure.eventgrid.models.ResourceWriteCancelData&text=ResourceWriteCancelData\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Schema of the Data property of an EventGridEvent for a Microsoft.Resources.ResourceWriteCancel event. This is raised when a resource create or update operation is canceled."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.eventgrid.models"
|
|
artifact: com.microsoft.azure:azure-eventgrid:1.3.0
|