Interface AmlOperation


  • public interface AmlOperation
    An immutable client-side representation of AmlOperation.
    • Method Detail

      • name

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

        AmlOperationDisplay display()
        Gets the display property: Display name of operation.
        Returns:
        the display value.
      • isDataAction

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

        AmlOperationInner innerModel()
        Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.AmlOperationInner object.
        Returns:
        the inner object.