Class OperationEntityInner

java.lang.Object
com.azure.resourcemanager.advisor.fluent.models.OperationEntityInner

public final class OperationEntityInner extends Object
The operation supported by Advisor.
  • Constructor Details

    • OperationEntityInner

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

    • name

      public String name()
      Get the name property: Operation name: {provider}/{resource}/{operation}.
      Returns:
      the name value.
    • withName

      public OperationEntityInner withName(String name)
      Set the name property: Operation name: {provider}/{resource}/{operation}.
      Parameters:
      name - the name value to set.
      Returns:
      the OperationEntityInner object itself.
    • display

      public OperationDisplayInfo display()
      Get the display property: The operation supported by Advisor.
      Returns:
      the display value.
    • withDisplay

      public OperationEntityInner withDisplay(OperationDisplayInfo display)
      Set the display property: The operation supported by Advisor.
      Parameters:
      display - the display value to set.
      Returns:
      the OperationEntityInner object itself.
    • validate

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