Class RuleSetProperties
java.lang.Object
com.azure.resourcemanager.cdn.models.AfdStateProperties
com.azure.resourcemanager.cdn.fluent.models.RuleSetProperties
The JSON object that contains the properties of the Rule Set to create.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet 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
-
Constructor Details
-
RuleSetProperties
public RuleSetProperties()
-
-
Method Details
-
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.
-