public class ManagedRuleSetDefinitionInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
ManagedRuleSetDefinitionInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
provisioningState()
Get the provisioningState property: Provisioning state of the managed rule set.
|
List<ManagedRuleGroupDefinition> |
ruleGroups()
Get the ruleGroups property: Rule groups of the managed rule set.
|
String |
ruleSetType()
Get the ruleSetType property: Type of the managed rule set.
|
String |
ruleSetVersion()
Get the ruleSetVersion property: Version of the managed rule set type.
|
Sku |
sku()
Get the sku property: The pricing tier (defines a CDN provider, feature list and rate) of the
CdnWebApplicationFirewallPolicy.
|
void |
validate()
Validates the instance.
|
ManagedRuleSetDefinitionInner |
withSku(Sku sku)
Set the sku property: The pricing tier (defines a CDN provider, feature list and rate) of the
CdnWebApplicationFirewallPolicy.
|
public Sku sku()
public ManagedRuleSetDefinitionInner withSku(Sku sku)
sku - the sku value to set.public String provisioningState()
public String ruleSetType()
public String ruleSetVersion()
public List<ManagedRuleGroupDefinition> ruleGroups()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.