az network watcher flow-log configure
az network nsg rule create
az network ddos-protection update
azure.mgmt.network
package to retrieve the NSG resource.enable_flow_logs
property to True
.network_client.network_security_groups.create_or_update
method.azure.mgmt.network
package to retrieve the NSG resource.security_rules
list.network_client.network_security_groups.create_or_update
method.azure.mgmt.network
package to retrieve the virtual network resource.subnets
list.network_client.virtual_networks.create_or_update
method.