Language

RuleScope Class

Definition

Defines the scope of the rule.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.RuleScopeTypeConverter))]
public class RuleScope : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRuleScope
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.RuleScopeTypeConverter))>]
type RuleScope = class
    interface IRuleScope
    interface IJsonSerializable
Public Class RuleScope
Implements IRuleScope
Inheritance
RuleScope
Attributes
Implements

Constructors

Name Description
RuleScope()

Creates an new RuleScope instance.

Properties

Name Description
RuleId

Defines the rule id.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RuleScope.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RuleScope.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRuleScope.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RuleScope into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to