RuleScope Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) | |
| 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) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |