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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/