public class ResourceWriteCancelData extends Object
| Constructor and Description |
|---|
ResourceWriteCancelData() |
| Modifier and Type | Method and Description |
|---|---|
String |
authorization()
Get the requested authorization for the operation.
|
String |
claims()
Get the properties of the claims.
|
String |
correlationId()
Get an operation ID used for troubleshooting.
|
String |
httpRequest()
Get the details of the operation.
|
String |
operationName()
Get the operation that was performed.
|
String |
resourceGroup()
Get the resource group of the resource.
|
String |
resourceProvider()
Get the resource provider performing the operation.
|
String |
resourceUri()
Get the URI of the resource in the operation.
|
String |
status()
Get the status of the operation.
|
String |
subscriptionId()
Get the subscription ID of the resource.
|
String |
tenantId()
Get the tenant ID of the resource.
|
ResourceWriteCancelData |
withAuthorization(String authorization)
Set the requested authorization for the operation.
|
ResourceWriteCancelData |
withClaims(String claims)
Set the properties of the claims.
|
ResourceWriteCancelData |
withCorrelationId(String correlationId)
Set an operation ID used for troubleshooting.
|
ResourceWriteCancelData |
withHttpRequest(String httpRequest)
Set the details of the operation.
|
ResourceWriteCancelData |
withOperationName(String operationName)
Set the operation that was performed.
|
ResourceWriteCancelData |
withResourceGroup(String resourceGroup)
Set the resource group of the resource.
|
ResourceWriteCancelData |
withResourceProvider(String resourceProvider)
Set the resource provider performing the operation.
|
ResourceWriteCancelData |
withResourceUri(String resourceUri)
Set the URI of the resource in the operation.
|
ResourceWriteCancelData |
withStatus(String status)
Set the status of the operation.
|
ResourceWriteCancelData |
withSubscriptionId(String subscriptionId)
Set the subscription ID of the resource.
|
ResourceWriteCancelData |
withTenantId(String tenantId)
Set the tenant ID of the resource.
|
public String tenantId()
public ResourceWriteCancelData withTenantId(String tenantId)
tenantId - the tenantId value to setpublic String subscriptionId()
public ResourceWriteCancelData withSubscriptionId(String subscriptionId)
subscriptionId - the subscriptionId value to setpublic String resourceGroup()
public ResourceWriteCancelData withResourceGroup(String resourceGroup)
resourceGroup - the resourceGroup value to setpublic String resourceProvider()
public ResourceWriteCancelData withResourceProvider(String resourceProvider)
resourceProvider - the resourceProvider value to setpublic String resourceUri()
public ResourceWriteCancelData withResourceUri(String resourceUri)
resourceUri - the resourceUri value to setpublic String operationName()
public ResourceWriteCancelData withOperationName(String operationName)
operationName - the operationName value to setpublic String status()
public ResourceWriteCancelData withStatus(String status)
status - the status value to setpublic String authorization()
public ResourceWriteCancelData withAuthorization(String authorization)
authorization - the authorization value to setpublic String claims()
public ResourceWriteCancelData withClaims(String claims)
claims - the claims value to setpublic String correlationId()
public ResourceWriteCancelData withCorrelationId(String correlationId)
correlationId - the correlationId value to setpublic String httpRequest()
public ResourceWriteCancelData withHttpRequest(String httpRequest)
httpRequest - the httpRequest value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/