Langage

IRuleSetProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.RuleSetPropertiesTypeConverter))]
public interface IRuleSetProperties : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IAfdStateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.RuleSetPropertiesTypeConverter))>]
type IRuleSetProperties = interface
    interface IJsonSerializable
    interface IAfdStateProperties
Public Interface IRuleSetProperties
Implements IAfdStateProperties
Derived
Attributes
Implements

Properties

Name Description
BatchMode

Indicates whether rule set is in batch mode. When batch mode is enabled, rules will be processed in a batch along with the rule set. When batch mode is disabled, rules would need to be processed independently. This property can only be set during rule set creation and cannot be updated later. For switching modes, a new rule set needs to be created with the desired mode and rules need to be migrated to the new rule set.

DeploymentStatus (Inherited from IAfdStateProperties)
ProfileName

The name of the profile which holds the rule set.

ProvisioningState

Provisioning status

(Inherited from IAfdStateProperties)
Rule

A list of rules that are part of this rule set provided the rule set is in batch mode. This property will be ignored if the rule set is not in batch mode.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to