Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
PSManagedHsmNetworkRuleSet Class
Definition
- Namespace:
- Microsoft.Azure.Commands.KeyVault.Models
- Assembly:
- Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll
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.
PowerShell wrapper representing a Managed HSM network rule set, analogous to PSKeyVaultNetworkRuleSet. This is used exclusively by Managed HSM network rule cmdlets for constructing or updating the service model (MhsmNetworkRuleSet: ipRules + virtualNetworkRules, defaultAction, bypass).
public class PSManagedHsmNetworkRuleSet
type PSManagedHsmNetworkRuleSet = class
Public Class PSManagedHsmNetworkRuleSet
- Inheritance
-
PSManagedHsmNetworkRuleSet
Constructors
| Name | Description |
|---|---|
| PSManagedHsmNetworkRuleSet() | |
| PSManagedHsmNetworkRuleSet(PSManagedHsmNetworkRuleDefaultActionEnum, PSManagedHsmNetworkRuleBypassEnum, IList<String>, IList<String>) | |
Properties
| Name | Description |
|---|---|
| Bypass | |
| DefaultAction | |
| IpAddressRanges | |
| VirtualNetworkResourceIds | |
