MhsmipRule 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 managed HSM pool from a specific IP address or IP range.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.MhsmipRuleTypeConverter))]
public class MhsmipRule : Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IMhsmipRule
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.MhsmipRuleTypeConverter))>]
type MhsmipRule = class
interface IMhsmipRule
interface IJsonSerializable
Public Class MhsmipRule
Implements IMhsmipRule
- Inheritance
-
MhsmipRule
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| MhsmipRule() |
Creates an new MhsmipRule instance. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MhsmipRule. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MhsmipRule. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IMhsmipRule. |
| FromJsonString(String) |
Creates a new instance of MhsmipRule, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of MhsmipRule into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |