OperationDisplay Class
- java.lang.Object
- com.microsoft.azure.management.resourcegraph.v2019_04_01.OperationDisplay
public class OperationDisplay
Display metadata associated with the operation.
Constructors
| OperationDisplay() | ||
Methods
| description() |
Get description for the operation. |
| operation() |
Get type of operation: get, read, delete, etc. |
| provider() |
Get service provider: Microsoft Resource Graph. |
| resource() |
Get resource on which the operation is performed etc. |
| withDescription(String description) |
Set description for the operation. |
| withOperation(String operation) |
Set type of operation: get, read, delete, etc. |
| withProvider(String provider) |
Set service provider: Microsoft Resource Graph. |
| withResource(String resource) |
Set resource on which the operation is performed etc. |
Inherited Members
java.lang.Object.clone()
java.lang.Object.equals(java.lang.Object)
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.hashCode()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)