public class ResourceWriteSuccessData extends Object
| Constructor and Description |
|---|
ResourceWriteSuccessData() |
| 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.
|
ResourceWriteSuccessData |
withAuthorization(String authorization)
Set the requested authorization for the operation.
|
ResourceWriteSuccessData |
withClaims(String claims)
Set the properties of the claims.
|
ResourceWriteSuccessData |
withCorrelationId(String correlationId)
Set an operation ID used for troubleshooting.
|
ResourceWriteSuccessData |
withHttpRequest(String httpRequest)
Set the details of the operation.
|
ResourceWriteSuccessData |
withOperationName(String operationName)
Set the operation that was performed.
|
ResourceWriteSuccessData |
withResourceGroup(String resourceGroup)
Set the resource group of the resource.
|
ResourceWriteSuccessData |
withResourceProvider(String resourceProvider)
Set the resource provider performing the operation.
|
ResourceWriteSuccessData |
withResourceUri(String resourceUri)
Set the URI of the resource in the operation.
|
ResourceWriteSuccessData |
withStatus(String status)
Set the status of the operation.
|
ResourceWriteSuccessData |
withSubscriptionId(String subscriptionId)
Set the subscription ID of the resource.
|
ResourceWriteSuccessData |
withTenantId(String tenantId)
Set the tenant ID of the resource.
|
public String tenantId()
public ResourceWriteSuccessData withTenantId(String tenantId)
tenantId - the tenantId value to setpublic String subscriptionId()
public ResourceWriteSuccessData withSubscriptionId(String subscriptionId)
subscriptionId - the subscriptionId value to setpublic String resourceGroup()
public ResourceWriteSuccessData withResourceGroup(String resourceGroup)
resourceGroup - the resourceGroup value to setpublic String resourceProvider()
public ResourceWriteSuccessData withResourceProvider(String resourceProvider)
resourceProvider - the resourceProvider value to setpublic String resourceUri()
public ResourceWriteSuccessData withResourceUri(String resourceUri)
resourceUri - the resourceUri value to setpublic String operationName()
public ResourceWriteSuccessData withOperationName(String operationName)
operationName - the operationName value to setpublic String status()
public ResourceWriteSuccessData withStatus(String status)
status - the status value to setpublic String authorization()
public ResourceWriteSuccessData withAuthorization(String authorization)
authorization - the authorization value to setpublic String claims()
public ResourceWriteSuccessData withClaims(String claims)
claims - the claims value to setpublic String correlationId()
public ResourceWriteSuccessData withCorrelationId(String correlationId)
correlationId - the correlationId value to setpublic String httpRequest()
public ResourceWriteSuccessData 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.
*/