RuleSetProperties Class
- java.
lang. Object - com.
azure. resourcemanager. cdn. models. AfdStateProperties - com.
azure. resourcemanager. cdn. fluent. models. RuleSetProperties
- com.
- com.
public final class RuleSetProperties
extends AfdStateProperties
The JSON object that contains the properties of the Rule Set to create.
Constructor Summary
| Constructor | Description |
|---|---|
| RuleSetProperties() |
Creates an instance of Rule |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Deployment |
deploymentStatus()
Get the deployment |
|
static
Rule |
fromJson(JsonReader jsonReader)
Reads an instance of Rule |
| String |
profileName()
Get the profile |
|
Afd |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from AfdStateProperties
Methods inherited from java.lang.Object
Constructor Details
RuleSetProperties
public RuleSetProperties()
Creates an instance of RuleSetProperties class.
Method Details
deploymentStatus
public DeploymentStatus deploymentStatus()
Get the deploymentStatus property: The deploymentStatus property.
Overrides:
RuleSetProperties.deploymentStatus()Returns:
fromJson
public static RuleSetProperties fromJson(JsonReader jsonReader)
Reads an instance of RuleSetProperties from the JsonReader.
Parameters:
Returns:
Throws:
profileName
public String profileName()
Get the profileName property: The name of the profile which holds the rule set.
Returns:
provisioningState
public AfdProvisioningState provisioningState()
Get the provisioningState property: Provisioning status.
Overrides:
RuleSetProperties.provisioningState()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
RuleSetProperties.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
RuleSetProperties.validate()