Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How do I enable Vm protection in my virtual network?
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
Answer accepted by question author
Hi ShambhaviRai-8086,
properties.enableVmProtection is not longer used which is a legacy API. If you want to protect your VM, then you need to enable enableDDoSProtection option. In order to do that you need to first create a Standard DDOS plan. Before enabling that feature please review the pricing information and proceed.