OperationDisplay Class
- java.
lang. Object - com.
microsoft. azure. management. kusto. v2020_09_18.OperationDisplay
- com.
public class OperationDisplay
The object that describes the operation.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| OperationDisplay() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
description()
Get the description value. |
| java.lang.String |
operation()
Get for example: read, write, delete. |
| java.lang.String |
provider()
Get the provider value. |
| java.lang.String |
resource()
Get the resource value. |
|
Operation |
withDescription(String description)
Set the description value. |
|
Operation |
withOperation(String operation)
Set for example: read, write, delete. |
|
Operation |
withProvider(String provider)
Set the provider value. |
|
Operation |
withResource(String resource)
Set the resource value. |
Methods inherited from java.lang.Object
Constructor Details
OperationDisplay
public OperationDisplay()
Method Details
description
public String description()
Get the description value.
Returns:
operation
public String operation()
Get for example: read, write, delete.
Returns:
provider
public String provider()
Get the provider value.
Returns:
resource
public String resource()
Get the resource value.
Returns:
withDescription
public OperationDisplay withDescription(String description)
Set the description value.
Parameters:
Returns:
withOperation
public OperationDisplay withOperation(String operation)
Set for example: read, write, delete.
Parameters:
Returns:
withProvider
public OperationDisplay withProvider(String provider)
Set the provider value.
Parameters:
Returns:
withResource
public OperationDisplay withResource(String resource)
Set the resource value.
Parameters:
Returns: