Class EntityAnalytics

java.lang.Object
com.azure.core.management.ProxyResource

public final class EntityAnalytics extends SettingsInner
Settings with single toggle.
  • Constructor Details

    • EntityAnalytics

      public EntityAnalytics()
  • Method Details

    • withEtag

      public EntityAnalytics withEtag(String etag)
      Set the etag property: Etag of the azure resource.
      Overrides:
      withEtag in class SettingsInner
      Parameters:
      etag - the etag value to set.
      Returns:
      the ResourceWithEtag object itself.
    • entityProviders

      public List<EntityProviders> entityProviders()
      Get the entityProviders property: The relevant entity providers that are synced.
      Returns:
      the entityProviders value.
    • withEntityProviders

      public EntityAnalytics withEntityProviders(List<EntityProviders> entityProviders)
      Set the entityProviders property: The relevant entity providers that are synced.
      Parameters:
      entityProviders - the entityProviders value to set.
      Returns:
      the EntityAnalytics object itself.
    • validate

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