Class OperationDisplay

java.lang.Object
com.azure.resourcemanager.powerbidedicated.models.OperationDisplay

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

    • OperationDisplay

      public OperationDisplay()
      Creates an instance of OperationDisplay class.
  • Method Details

    • provider

      public String provider()
      Get the provider property: Service provider: Microsoft.PowerBIDedicated.
      Returns:
      the provider value.
    • resource

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

      public String operation()
      Get the operation property: Operation type: create, update, delete, etc.
      Returns:
      the operation value.
    • description

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

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

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.