Bagikan melalui


MhsmipRule Class

Definition

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

MhsmipRule()

Creates an new MhsmipRule 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 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()

Applies to