java.lang.Object
com.azure.resourcemanager.hanaonazure.models.Display

public final class Display extends Object
Detailed HANA operation information.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of Display class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the description property: The localized friendly description for the operation as shown to the user.
    Get the operation property: The localized friendly name for the operation as shown to the user.
    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.
    Get the provider property: The localized friendly form of the resource provider name.
    Get the resource property: The localized friendly form of the resource type related to this action/operation.
    void
    Validates the instance.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Display

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

    • provider

      public String provider()
      Get the provider property: The localized friendly form of the resource provider name. This form is also expected to include the publisher/company responsible. Use Title Casing. Begin with "Microsoft" for 1st party services.
      Returns:
      the provider value.
    • resource

      public String resource()
      Get the resource property: The localized friendly form of the resource type related to this action/operation. This form should match the public documentation for the resource provider. Use Title Casing. For examples, refer to the “name” section.
      Returns:
      the resource value.
    • operation

      public String operation()
      Get the operation property: The localized friendly name for the operation as shown to the user. This name should be concise (to fit in drop downs), but clear (self-documenting). Use Title Casing and include the entity/resource to which it applies.
      Returns:
      the operation value.
    • description

      public String description()
      Get the description property: The localized friendly description for the operation as shown to the user. This description should be thorough, yet concise. It will be used in tool-tips and detailed views.
      Returns:
      the description value.
    • 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. Default value is 'user,system'.
      Returns:
      the origin value.
    • validate

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