Class OperationDisplay

java.lang.Object
com.microsoft.azure.management.cosmosdb.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.ResourceProvider.
      Returns:
      the provider value
    • withProvider

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

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

      public OperationDisplay withResource(String resource)
      Set resource on which the operation is performed: Profile, endpoint, 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.
    • description

      public String description()
      Get description of operation.
      Returns:
      the description value
    • withDescription

      public OperationDisplay withDescription(String description)
      Set description of operation.
      Parameters:
      description - the description value to set
      Returns:
      the OperationDisplay object itself.