Class OperationDisplay

java.lang.Object
com.microsoft.azure.management.cdn.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.Cdn.
      Returns:
      the provider value
    • resource

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

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