Class DiagnosticSettingsCategoryResourceInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.monitor.models.ProxyOnlyResource
com.azure.resourcemanager.monitor.fluent.models.DiagnosticSettingsCategoryResourceInner

public class DiagnosticSettingsCategoryResourceInner extends ProxyOnlyResource
The diagnostic settings category resource.
  • Constructor Details

    • DiagnosticSettingsCategoryResourceInner

      public DiagnosticSettingsCategoryResourceInner()
  • Method Details

    • categoryType

      public CategoryType categoryType()
      Get the categoryType property: The type of the diagnostic settings category.
      Returns:
      the categoryType value.
    • withCategoryType

      public DiagnosticSettingsCategoryResourceInner withCategoryType(CategoryType categoryType)
      Set the categoryType property: The type of the diagnostic settings category.
      Parameters:
      categoryType - the categoryType value to set.
      Returns:
      the DiagnosticSettingsCategoryResourceInner object itself.
    • validate

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