RuleProperties 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.
Rules for the InternetGateways
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.RulePropertiesTypeConverter))]
public class RuleProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IRuleProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.RulePropertiesTypeConverter))>]
type RuleProperties = class
interface IRuleProperties
interface IJsonSerializable
Public Class RuleProperties
Implements IRuleProperties
- Inheritance
-
RuleProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| RuleProperties() |
Creates an new RuleProperties instance. |
Properties
| Name | Description |
|---|---|
| Action |
Specify action. |
| AddressList |
List of Addresses to be allowed or denied. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RuleProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RuleProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IRuleProperties. |
| FromJsonString(String) |
Creates a new instance of RuleProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of RuleProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |