IPRule 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.
A rule governing the accessibility of a vault from a specific ip address or ip range.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IPRuleTypeConverter))]
public class IPRule : Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IIPRule
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IPRuleTypeConverter))>]
type IPRule = class
interface IIPRule
interface IJsonSerializable
Public Class IPRule
Implements IIPRule
- Inheritance
-
IPRule
- Attributes
- Implements
Constructors
IPRule() |
Creates an new IPRule instance. |
Properties
Value |
An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78). |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of IPRule. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IIPRule. |
FromJsonString(String) |
Creates a new instance of IPRule, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |