Class OperationDisplay

java.lang.Object
com.microsoft.azure.management.eventhub.OperationDisplay

public class OperationDisplay extends Object
The object that represents the operation.
  • Constructor Details

    • OperationDisplay

      public OperationDisplay()
  • Method Details

    • provider

      public String provider()
      Get service provider: Microsoft.EventHub.
      Returns:
      the provider value
    • resource

      public String resource()
      Get resource on which the operation is performed: Invoice, etc.
      Returns:
      the resource value
    • operation

      public String operation()
      Get operation type: Read, write, delete, etc.
      Returns:
      the operation value