Class RuleSetProperties
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.AfdStateProperties
-
- com.azure.resourcemanager.cdn.fluent.models.RuleSetProperties
-
public final class RuleSetProperties extends AfdStateProperties
The JSON object that contains the properties of the Rule Set to create.
-
-
Constructor Summary
Constructors Constructor Description RuleSetProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringprofileName()Get the profileName property: The name of the profile which holds the rule set.voidvalidate()Validates the instance.-
Methods inherited from class com.azure.resourcemanager.cdn.models.AfdStateProperties
deploymentStatus, provisioningState
-
-
-
-
Method Detail
-
profileName
public String profileName()
Get the profileName property: The name of the profile which holds the rule set.- Returns:
- the profileName value.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classAfdStateProperties- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-