Class OperationDisplay

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

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

    • OperationDisplay

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

    • provider

      public String provider()
      Get the provider property: Operation resource provider name.
      Returns:
      the provider value.
    • resource

      public String resource()
      Get the resource property: Resource on which the operation is performed.
      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: Operation description.
      Returns:
      the description value.
    • validate

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