OperationDisplay Class
- java.
lang. Object - com.
microsoft. azure. management. apimanagement. v2019_01_01.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 friendly name of the operation. |
| java.lang.String |
operation()
Get operation type: read, write, delete, list |
| java.lang.String |
provider()
Get friendly name of the resource provider. |
| java.lang.String |
resource()
Get resource type on which the operation is performed. |
|
Operation |
withDescription(String description)
Set friendly name of the operation. |
|
Operation |
withOperation(String operation)
Set operation type: read, write, delete, list |
|
Operation |
withProvider(String provider)
Set friendly name of the resource provider. |
|
Operation |
withResource(String resource)
Set resource type on which the operation is performed. |
Methods inherited from java.lang.Object
Constructor Details
OperationDisplay
public OperationDisplay()
Method Details
description
public String description()
Get friendly name of the operation.
Returns:
operation
public String operation()
Get operation type: read, write, delete, listKeys/action, etc.
Returns:
provider
public String provider()
Get friendly name of the resource provider.
Returns:
resource
public String resource()
Get resource type on which the operation is performed.
Returns:
withDescription
public OperationDisplay withDescription(String description)
Set friendly name of the operation.
Parameters:
Returns:
withOperation
public OperationDisplay withOperation(String operation)
Set operation type: read, write, delete, listKeys/action, etc.
Parameters:
Returns:
withProvider
public OperationDisplay withProvider(String provider)
Set friendly name of the resource provider.
Parameters:
Returns:
withResource
public OperationDisplay withResource(String resource)
Set resource type on which the operation is performed.
Parameters:
Returns: