Network.Update |
Network.UpdateStages.WithAddressSpace.withAddressSpace(String cidr) |
Explicitly adds an address space to the virtual network.
|
Network.Update |
Network.UpdateStages.WithDnsServer.withDnsServer(String ipAddress) |
Specifies the IP address of the DNS server to associate with the virtual network.
|
Network.Update |
Network.UpdateStages.WithDdosProtectionPlan.withExistingDdosProtectionPlan(String planId) |
Associates existing DDoS protection plan with the virtual network.
|
Network.Update |
Network.UpdateStages.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.Update |
Network.UpdateStages.WithAddressSpace.withoutAddressSpace(String cidr) |
Removes the specified address space from the virtual network, assuming it's not in use bu any of the
subnets.
|
Network.Update |
Network.UpdateStages.WithDdosProtectionPlan.withoutDdosProtectionPlan() |
Disassociates DDoS protection plan and disables Standard DDoS protection for this virtual network.
|
Network.Update |
Network.UpdateStages.WithSubnet.withoutSubnet(String name) |
Removes a subnet from the virtual network.
|
Network.Update |
Network.UpdateStages.WithVmProtection.withoutVmProtection() |
Deprecated.
|
Network.Update |
Network.UpdateStages.WithSubnet.withSubnet(String name,
String cidr) |
Explicitly adds a subnet to the virtual network.
|
Network.Update |
Network.UpdateStages.WithSubnet.withSubnets(Map<String,String> nameCidrPairs) |
Explicitly defines all the subnets in the virtual network based on the provided map.
|
Network.Update |
Network.UpdateStages.WithVmProtection.withVmProtection() |
Deprecated.
|