Interface ResourceProviderOperation


public interface ResourceProviderOperation
An immutable client-side representation of ResourceProviderOperation.
  • Method Details

    • name

      String name()
      Gets the name property: Operation name, in format of {provider}/{resource}/{operation}.
      Returns:
      the name value.
    • display

      Gets the display property: Display metadata associated with the operation.
      Returns:
      the display value.
    • isDataAction

      Boolean isDataAction()
      Gets the isDataAction property: Is a data action.
      Returns:
      the isDataAction value.
    • properties

      OperationProperties properties()
      Gets the properties property: Properties of the operation.
      Returns:
      the properties value.
    • innerModel

      Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.ResourceProviderOperationInner object.
      Returns:
      the inner object.