Interface ClientDiscoveryValueForSingleApi


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

      • display

        ClientDiscoveryDisplay display()
        Gets the display property: ClientDiscoveryDisplay Contains the localized display information for this particular operation.
        Returns:
        the display value.
      • name

        String name()
        Gets the name property: Name of the Operation.
        Returns:
        the name value.
      • isDataAction

        Boolean isDataAction()
        Gets the isDataAction property: Indicates whether the operation is a data action.
        Returns:
        the isDataAction value.
      • origin

        String origin()
        Gets the origin property: The intended executor of the operation;governs the display of the operation in the RBAC UX and the audit logs UX.
        Returns:
        the origin value.
      • properties

        ClientDiscoveryForProperties properties()
        Gets the properties property: ClientDiscoveryForProperties Properties for the given operation.
        Returns:
        the properties value.
      • innerModel

        ClientDiscoveryValueForSingleApiInner innerModel()
        Gets the inner com.azure.resourcemanager.dataprotection.fluent.models.ClientDiscoveryValueForSingleApiInner object.
        Returns:
        the inner object.