Class AzureResourceEntity


  • public final class AzureResourceEntity
    extends EntityInner
    Represents an azure resource entity.
    • Constructor Detail

      • AzureResourceEntity

        public AzureResourceEntity()
    • Method Detail

      • resourceId

        public String resourceId()
        Get the resourceId property: The azure resource id of the resource.
        Returns:
        the resourceId value.
      • subscriptionId

        public String subscriptionId()
        Get the subscriptionId property: The subscription id of the resource.
        Returns:
        the subscriptionId value.
      • additionalData

        public Map<String,​Object> additionalData()
        Get the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.
        Returns:
        the additionalData value.
      • friendlyName

        public String friendlyName()
        Get the friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.
        Returns:
        the friendlyName value.