Class DiagnosticCategoryProperties
- java.lang.Object
-
- com.azure.resourcemanager.appservice.fluent.models.DiagnosticCategoryProperties
-
public final class DiagnosticCategoryProperties extends Object
DiagnosticCategory resource specific properties.
-
-
Constructor Summary
Constructors Constructor Description DiagnosticCategoryProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()Get the description property: Description of the diagnostic category.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
description
public String description()
Get the description property: Description of the diagnostic category.- Returns:
- the description value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-