Interface ClientDiscoveryValueForSingleApi


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

    Modifier and Type
    Method
    Description
    Gets the display property: Contains the localized display information for this particular operation.
    Gets the inner com.azure.resourcemanager.recoveryservices.fluent.models.ClientDiscoveryValueForSingleApiInner object.
    Gets the name property: Name of the Operation.
    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.
    Gets the properties property: ShoeBox properties for the given operation.
  • Method Details

    • name

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

      Gets the display property: Contains the localized display information for this particular operation.
      Returns:
      the display 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

      Gets the properties property: ShoeBox properties for the given operation.
      Returns:
      the properties value.
    • innerModel

      Gets the inner com.azure.resourcemanager.recoveryservices.fluent.models.ClientDiscoveryValueForSingleApiInner object.
      Returns:
      the inner object.