Class OperationDisplay

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

public final class OperationDisplay extends Object
Operation display payload.
  • Constructor Details

    • OperationDisplay

      public OperationDisplay()
  • Method Details

    • provider

      public String provider()
      Get the provider property: Resource provider of the operation.
      Returns:
      the provider value.
    • resource

      public String resource()
      Get the resource property: Resource of the operation.
      Returns:
      the resource value.
    • operation

      public String operation()
      Get the operation property: Localized friendly name for the operation.
      Returns:
      the operation value.
    • description

      public String description()
      Get the description property: Localized friendly description for the operation.
      Returns:
      the description value.
    • validate

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