Class ServiceOperationInner

java.lang.Object
com.azure.resourcemanager.datamigration.fluent.models.ServiceOperationInner

public final class ServiceOperationInner extends Object
Description of an action supported by the Database Migration Service.
  • Constructor Details

    • ServiceOperationInner

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

    • name

      public String name()
      Get the name property: The fully qualified action name, e.g. Microsoft.DataMigration/services/read.
      Returns:
      the name value.
    • withName

      public ServiceOperationInner withName(String name)
      Set the name property: The fully qualified action name, e.g. Microsoft.DataMigration/services/read.
      Parameters:
      name - the name value to set.
      Returns:
      the ServiceOperationInner object itself.
    • display

      public ServiceOperationDisplay display()
      Get the display property: Localized display text.
      Returns:
      the display value.
    • withDisplay

      public ServiceOperationInner withDisplay(ServiceOperationDisplay display)
      Set the display property: Localized display text.
      Parameters:
      display - the display value to set.
      Returns:
      the ServiceOperationInner object itself.
    • validate

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