Class AzureWebCategoryPropertiesFormat
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.AzureWebCategoryPropertiesFormat
-
public final class AzureWebCategoryPropertiesFormat extends Object
Azure Web Category Properties.
-
-
Constructor Summary
Constructors Constructor Description AzureWebCategoryPropertiesFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringgroup()Get the group property: The name of the group that the category belongs to.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
group
public String group()
Get the group property: The name of the group that the category belongs to.- Returns:
- the group value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-