public static interface Network.UpdateStages.WithDdosProtectionPlan
| Modifier and Type | Method and Description |
|---|---|
Network.Update |
withExistingDdosProtectionPlan(String planId)
Associates existing DDoS protection plan with the virtual network.
|
Network.Update |
withNewDdosProtectionPlan()
Creates a new DDoS protection plan in the same region and group as the virtual network and associates it
with the resource.
|
Network.Update |
withoutDdosProtectionPlan()
Disassociates DDoS protection plan and disables Standard DDoS protection for this virtual network.
|
Network.Update withNewDdosProtectionPlan()
Network.Update withExistingDdosProtectionPlan(String planId)
planId - DDoS protection plan resource idNetwork.Update withoutDdosProtectionPlan()
Copyright © 2021 Microsoft Corporation. All rights reserved.