Interface ElasticSanRPOperation


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

    Modifier and Type
    Method
    Description
    Gets the display property: Additional metadata about RP operation.
    Gets the inner com.azure.resourcemanager.elasticsan.fluent.models.ElasticSanRPOperationInner object.
    Gets the isDataAction property: Indicates whether the operation applies to data-plane.
    Gets the name property: The name of the operation being performed on this particular object.
  • Method Details

    • name

      String name()
      Gets the name property: The name of the operation being performed on this particular object.
      Returns:
      the name value.
    • isDataAction

      Boolean isDataAction()
      Gets the isDataAction property: Indicates whether the operation applies to data-plane.
      Returns:
      the isDataAction value.
    • display

      Gets the display property: Additional metadata about RP operation.
      Returns:
      the display value.
    • innerModel

      Gets the inner com.azure.resourcemanager.elasticsan.fluent.models.ElasticSanRPOperationInner object.
      Returns:
      the inner object.