Class OperationDisplay

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

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

    • OperationDisplay

      public OperationDisplay()
  • Method Details

    • provider

      public String provider()
      Get the provider value.
      Returns:
      the provider value
    • operation

      public String operation()
      Get for example: read, write, delete, or listKeys/action.
      Returns:
      the operation value
    • resource

      public String resource()
      Get the resource value.
      Returns:
      the resource value
    • description

      public String description()
      Get the description value.
      Returns:
      the description value