ManagedHsmIPRule Class

Definition

A rule governing the accessibility of a managed HSM pool from a specific IP address or IP range.

public class ManagedHsmIPRule : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.KeyVault.Models.ManagedHsmIPRule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.KeyVault.Models.ManagedHsmIPRule>
public class ManagedHsmIPRule
type ManagedHsmIPRule = class
    interface IJsonModel<ManagedHsmIPRule>
    interface IPersistableModel<ManagedHsmIPRule>
type ManagedHsmIPRule = class
Public Class ManagedHsmIPRule
Implements IJsonModel(Of ManagedHsmIPRule), IPersistableModel(Of ManagedHsmIPRule)
Public Class ManagedHsmIPRule
Inheritance
ManagedHsmIPRule
Implements

Constructors

ManagedHsmIPRule(String)

Initializes a new instance of ManagedHsmIPRule.

Properties

AddressRange

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).

Explicit Interface Implementations

IJsonModel<ManagedHsmIPRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ManagedHsmIPRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedHsmIPRule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedHsmIPRule>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ManagedHsmIPRule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to