Class OperationDisplay

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

public class OperationDisplay extends Object
Display metadata associated with the operation.
  • Constructor Details

    • OperationDisplay

      public OperationDisplay()
  • Method Details

    • provider

      public String provider()
      Get service provider: Microsoft.Insights.
      Returns:
      the provider value
    • withProvider

      public OperationDisplay withProvider(String provider)
      Set service provider: Microsoft.Insights.
      Parameters:
      provider - the provider value to set
      Returns:
      the OperationDisplay object itself.
    • resource

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

      public OperationDisplay withResource(String resource)
      Set resource on which the operation is performed: AlertRules, Autoscale, etc.
      Parameters:
      resource - the resource value to set
      Returns:
      the OperationDisplay object itself.
    • operation

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

      public OperationDisplay withOperation(String operation)
      Set operation type: Read, write, delete, etc.
      Parameters:
      operation - the operation value to set
      Returns:
      the OperationDisplay object itself.