NetworkRuleSetProperties interface

NetworkRuleSet properties

Properties

defaultAction

Default Action for Network Rule Set

ipRules

List of IpRules

publicNetworkAccess

This determines if traffic is allowed over public network. By default it is enabled. If value is SecuredByPerimeter then Inbound and Outbound communication is controlled by the network security perimeter and profile's access rules.

trustedServiceAccessEnabled

Value that indicates whether Trusted Service Access is Enabled or not.

virtualNetworkRules

List VirtualNetwork Rules

Property Details

defaultAction

Default Action for Network Rule Set

defaultAction?: string

Property Value

string

ipRules

List of IpRules

ipRules?: NWRuleSetIpRules[]

Property Value

publicNetworkAccess

This determines if traffic is allowed over public network. By default it is enabled. If value is SecuredByPerimeter then Inbound and Outbound communication is controlled by the network security perimeter and profile's access rules.

publicNetworkAccess?: string

Property Value

string

trustedServiceAccessEnabled

Value that indicates whether Trusted Service Access is Enabled or not.

trustedServiceAccessEnabled?: boolean

Property Value

boolean

virtualNetworkRules

List VirtualNetwork Rules

virtualNetworkRules?: NWRuleSetVirtualNetworkRules[]

Property Value