ManagedHsmNetworkRuleSet Class

Definition

A set of rules governing the network accessibility of a managed hsm pool.

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

Constructors

ManagedHsmNetworkRuleSet()

Initializes a new instance of ManagedHsmNetworkRuleSet.

Properties

Bypass

Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'.

DefaultAction

The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated.

IPRules

The list of IP address rules.

VirtualNetworkRules

The list of virtual network rules.

Explicit Interface Implementations

IJsonModel<ManagedHsmNetworkRuleSet>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedHsmNetworkRuleSet>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedHsmNetworkRuleSet>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedHsmNetworkRuleSet>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedHsmNetworkRuleSet>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to