Class ResourceLogConfiguration


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

      • ResourceLogConfiguration

        public ResourceLogConfiguration()
    • Method Detail

      • 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.