NspAccessRuleProperties interface
Properties of Access Rule
Properties
address |
Address prefixes in the CIDR format for inbound rules |
direction | Direction of Access Rule |
fully |
FQDN for outbound rules NOTE: This property will not be serialized. It can only be populated by the server. |
network |
NetworkSecurityPerimeters for inbound rules NOTE: This property will not be serialized. It can only be populated by the server. |
subscriptions | Subscriptions for inbound rules |
Property Details
addressPrefixes
Address prefixes in the CIDR format for inbound rules
addressPrefixes?: string[]
Property Value
string[]
direction
Direction of Access Rule
direction?: string
Property Value
string
fullyQualifiedDomainNames
FQDN for outbound rules NOTE: This property will not be serialized. It can only be populated by the server.
fullyQualifiedDomainNames?: string[]
Property Value
string[]
networkSecurityPerimeters
NetworkSecurityPerimeters for inbound rules NOTE: This property will not be serialized. It can only be populated by the server.
networkSecurityPerimeters?: NetworkSecurityPerimeter[]
Property Value
subscriptions
Subscriptions for inbound rules
subscriptions?: NspAccessRulePropertiesSubscriptionsItem[]