ManagedRuleSetDefinitionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. cdn. fluent. models. ManagedRuleSetDefinitionInner
- com.
- com.
public final class ManagedRuleSetDefinitionInner
extends ProxyResource
Describes a managed rule set definition.
Constructor Summary
Constructor | Description |
---|---|
ManagedRuleSetDefinitionInner() |
Creates an instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
String |
provisioningState()
Get the provisioning |
List<Managed |
ruleGroups()
Get the rule |
String |
ruleSetType()
Get the rule |
String |
ruleSetVersion()
Get the rule |
Sku |
sku()
Get the sku property: The pricing tier (defines a CDN provider, feature list and rate) of the Cdn |
System |
systemData()
Get the system |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Managed |
withSku(Sku sku)
Set the sku property: The pricing tier (defines a CDN provider, feature list and rate) of the Cdn |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ManagedRuleSetDefinitionInner
public ManagedRuleSetDefinitionInner()
Creates an instance of ManagedRuleSetDefinitionInner class.
Method Details
fromJson
public static ManagedRuleSetDefinitionInner fromJson(JsonReader jsonReader)
Reads an instance of ManagedRuleSetDefinitionInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ManagedRuleSetDefinitionInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ManagedRuleSetDefinitionInner.name()Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: Provisioning state of the managed rule set.
Returns:
ruleGroups
public List
Get the ruleGroups property: Rule groups of the managed rule set.
Returns:
ruleSetType
public String ruleSetType()
Get the ruleSetType property: Type of the managed rule set.
Returns:
ruleSetVersion
public String ruleSetVersion()
Get the ruleSetVersion property: Version of the managed rule set type.
Returns:
sku
public Sku sku()
Get the sku property: The pricing tier (defines a CDN provider, feature list and rate) of the CdnWebApplicationFirewallPolicy.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Read only system data.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ManagedRuleSetDefinitionInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ManagedRuleSetDefinitionInner.type()Returns:
validate
public void validate()
Validates the instance.
withSku
public ManagedRuleSetDefinitionInner withSku(Sku sku)
Set the sku property: The pricing tier (defines a CDN provider, feature list and rate) of the CdnWebApplicationFirewallPolicy.
Parameters:
Returns:
Applies to
Azure SDK for Java