NetworkRuleSetProperties interface
NetworkRuleSet properties
Properties
| default |
Default Action for Network Rule Set |
| ip |
List of IpRules |
| public |
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. |
| trusted |
Value that indicates whether Trusted Service Access is Enabled or not. |
| virtual |
List VirtualNetwork Rules |
Property Details
defaultAction
Default Action for Network Rule Set
defaultAction?: string
Property Value
string
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.
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[]