Class ResourceLogConfiguration

java.lang.Object
com.azure.resourcemanager.webpubsub.models.ResourceLogConfiguration

public final class ResourceLogConfiguration extends Object
Resource log configuration of a Microsoft.SignalRService resource.
  • Constructor Details

    • ResourceLogConfiguration

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

    • categories

      public List<ResourceLogCategory> categories()
      Get the categories property: Gets or sets the list of category configurations.
      Returns:
      the categories value.
    • withCategories

      public ResourceLogConfiguration withCategories(List<ResourceLogCategory> categories)
      Set the categories property: Gets or sets the list of category configurations.
      Parameters:
      categories - the categories value to set.
      Returns:
      the ResourceLogConfiguration object itself.
    • validate

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