Interface ServiceOperation


public interface ServiceOperation
An immutable client-side representation of ServiceOperation.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the display property: Localized display text.
    Gets the inner com.azure.resourcemanager.datamigration.fluent.models.ServiceOperationInner object.
    Gets the name property: The fully qualified action name, e.g.
  • Method Details

    • name

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

      Gets the display property: Localized display text.
      Returns:
      the display value.
    • innerModel

      ServiceOperationInner innerModel()
      Gets the inner com.azure.resourcemanager.datamigration.fluent.models.ServiceOperationInner object.
      Returns:
      the inner object.