| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Network.Definition
The entirety of the virtual network definition.
|
| Modifier and Type | Method and Description |
|---|---|
Network.DefinitionStages.WithCreateAndSubnet |
Network.DefinitionStages.WithCreate.withAddressSpace(String cidr)
Explicitly adds an address space to the virtual network.
|
Network.DefinitionStages.WithCreateAndSubnet |
Network.DefinitionStages.WithDdosProtectionPlan.withExistingDdosProtectionPlan(String planId)
Associates existing DDoS protection plan with the virtual network.
|
Network.DefinitionStages.WithCreateAndSubnet |
Network.DefinitionStages.WithDdosProtectionPlan.withNewDdosProtectionPlan()
Creates a new DDoS protection plan in the same region and group as the virtual network and associates it
with the resource.
|
Network.DefinitionStages.WithCreateAndSubnet |
Network.DefinitionStages.WithSubnet.withSubnet(String name,
String cidr)
Explicitly adds a subnet to the virtual network.
|
Network.DefinitionStages.WithCreateAndSubnet |
Network.DefinitionStages.WithSubnet.withSubnets(Map<String,String> nameCidrPairs)
Explicitly defines subnets in the virtual network based on the provided map.
|
Network.DefinitionStages.WithCreateAndSubnet |
Network.DefinitionStages.WithVmProtection.withVmProtection()
Deprecated.
use withNewDdosProtectionPlan() or withExistingDdosProtectionPlan()
|
Copyright © 2021 Microsoft Corporation. All rights reserved.