Class ClientDiscoveryValueForSingleApiInner

java.lang.Object
com.azure.resourcemanager.dataprotection.fluent.models.ClientDiscoveryValueForSingleApiInner

public final class ClientDiscoveryValueForSingleApiInner extends Object
ClientDiscoveryValueForSingleApi

Available operation details.

  • Constructor Details

    • ClientDiscoveryValueForSingleApiInner

      public ClientDiscoveryValueForSingleApiInner()
      Creates an instance of ClientDiscoveryValueForSingleApiInner class.
  • Method Details

    • display

      public ClientDiscoveryDisplay display()
      Get the display property: ClientDiscoveryDisplay

      Contains the localized display information for this particular operation.

      Returns:
      the display value.
    • withDisplay

      Set the display property: ClientDiscoveryDisplay

      Contains the localized display information for this particular operation.

      Parameters:
      display - the display value to set.
      Returns:
      the ClientDiscoveryValueForSingleApiInner object itself.
    • name

      public String name()
      Get the name property: Name of the Operation.
      Returns:
      the name value.
    • withName

      Set the name property: Name of the Operation.
      Parameters:
      name - the name value to set.
      Returns:
      the ClientDiscoveryValueForSingleApiInner object itself.
    • isDataAction

      public Boolean isDataAction()
      Get the isDataAction property: Indicates whether the operation is a data action.
      Returns:
      the isDataAction value.
    • withIsDataAction

      public ClientDiscoveryValueForSingleApiInner withIsDataAction(Boolean isDataAction)
      Set the isDataAction property: Indicates whether the operation is a data action.
      Parameters:
      isDataAction - the isDataAction value to set.
      Returns:
      the ClientDiscoveryValueForSingleApiInner object itself.
    • origin

      public String origin()
      Get 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.
    • withOrigin

      public ClientDiscoveryValueForSingleApiInner withOrigin(String origin)
      Set the origin property: The intended executor of the operation;governs the display of the operation in the RBAC UX and the audit logs UX.
      Parameters:
      origin - the origin value to set.
      Returns:
      the ClientDiscoveryValueForSingleApiInner object itself.
    • properties

      public ClientDiscoveryForProperties properties()
      Get the properties property: ClientDiscoveryForProperties

      Properties for the given operation.

      Returns:
      the properties value.
    • withProperties

      Set the properties property: ClientDiscoveryForProperties

      Properties for the given operation.

      Parameters:
      properties - the properties value to set.
      Returns:
      the ClientDiscoveryValueForSingleApiInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.