RuleSet Class

Definition

Friendly RuleSet name mapping to the any RuleSet or secret related information.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.RuleSetTypeConverter))]
public class RuleSet : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.RuleSetTypeConverter))>]
type RuleSet = class
    interface IRuleSet
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class RuleSet
Implements IRuleSet, IValidates
Inheritance
RuleSet
Attributes
Implements

Constructors

RuleSet()

Creates an new RuleSet instance.

Properties

DeploymentStatus
Id

Resource ID.

Name

Resource name.

ProfileName

The name of the profile which holds the rule set.

ProvisioningState

Provisioning status

ResourceGroupName

Gets the resource group name

SystemData

Read only system data

SystemDataCreatedAt

The timestamp of resource creation (UTC)

SystemDataCreatedBy

An identifier for the identity that created the resource

SystemDataCreatedByType

The type of identity that created the resource

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

An identifier for the identity that last modified the resource

SystemDataLastModifiedByType

The type of identity that last modified the resource

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RuleSet.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RuleSet.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IRuleSet.

FromJsonString(String)

Creates a new instance of RuleSet, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RuleSet into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to