Class OperationMetadataInner

java.lang.Object
com.azure.resourcemanager.devtestlabs.fluent.models.OperationMetadataInner

public final class OperationMetadataInner extends Object
The REST API operation supported by DevTestLab ResourceProvider.
  • Constructor Details

    • OperationMetadataInner

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

    • name

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

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

      public OperationMetadataDisplay display()
      Get the display property: The object that describes the operations.
      Returns:
      the display value.
    • withDisplay

      public OperationMetadataInner withDisplay(OperationMetadataDisplay display)
      Set the display property: The object that describes the operations.
      Parameters:
      display - the display value to set.
      Returns:
      the OperationMetadataInner object itself.
    • validate

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