NetworkingFirewallInboundSetRequestBody

This is a request body class for an operation.


Properties

rules Required

List of address-based firewall rules.

JSON Example

{
	"rules": [
		{
			"address": "string",
			"policy": "IGNORE",
			"prefix": 0
		}
	]
}
Parameter To

Set Firewall Inbound

Feedback

Was this page helpful?