Uses of Interface
com.microsoft.azure.management.network.Network.Update
Packages that use Network.Update
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of Network.Update in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return Network.UpdateModifier and TypeMethodDescriptionNetwork.UpdateStages.WithAddressSpace.withAddressSpace
(String cidr) Explicitly adds an address space to the virtual network.Network.UpdateStages.WithDnsServer.withDnsServer
(String ipAddress) Specifies the IP address of the DNS server to associate with the virtual network.Network.UpdateStages.WithDdosProtectionPlan.withExistingDdosProtectionPlan
(String planId) Associates existing DDoS protection plan with the virtual network.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.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.UpdateStages.WithDdosProtectionPlan.withoutDdosProtectionPlan()
Disassociates DDoS protection plan and disables Standard DDoS protection for this virtual network.Network.UpdateStages.WithSubnet.withoutSubnet
(String name) Removes a subnet from the virtual network.Network.UpdateStages.WithVmProtection.withoutVmProtection()
Disable VM protection for all the subnets in the virtual network.Network.UpdateStages.WithSubnet.withSubnet
(String name, String cidr) Explicitly adds a subnet to the virtual network.Network.UpdateStages.WithSubnet.withSubnets
(Map<String, String> nameCidrPairs) Explicitly defines all the subnets in the virtual network based on the provided map.Network.UpdateStages.WithVmProtection.withVmProtection()
Enable VM protection for all the subnets in the virtual network.Methods in com.microsoft.azure.management.network that return types with arguments of type Network.UpdateModifier and TypeMethodDescriptionNetwork.UpdateStages.WithSubnet.defineSubnet
(String name) Begins the definition of a new subnet to be added to this virtual network.