Class ClientDiscoveryValueForSingleApiInner

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

public final class ClientDiscoveryValueForSingleApiInner extends Object
Available operation details.
  • Constructor Details

    • ClientDiscoveryValueForSingleApiInner

      public ClientDiscoveryValueForSingleApiInner()
  • Method Details

    • 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.
    • display

      public ClientDiscoveryDisplay display()
      Get the display property: Contains the localized display information for this particular operation.
      Returns:
      the display value.
    • withDisplay

      Set the display property: Contains the localized display information for this particular operation.
      Parameters:
      display - the display 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: ShoeBox properties for the given operation.
      Returns:
      the properties value.
    • withProperties

      Set the properties property: ShoeBox 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.