Network.Update Interface
public interface Update extends Appliable,Resource.UpdateWithTags,Network.UpdateStages.WithSubnet,Network.UpdateStages.WithDnsServer,Network.UpdateStages.WithAddressSpace
The template for a virtual network update operation, containing all the settings that can be modified.
Inherited Members
Appliable<T>.apply()
Appliable<T>.applyAsync()
Appliable<T>.applyAsync(final ServiceCallback<T> callback)
Network.UpdateStages.WithSubnet.defineSubnet(String name)
Indexable.key()
Network.UpdateStages.WithSubnet.updateSubnet(String name)
Network.UpdateStages.WithAddressSpace.withAddressSpace(String cidr)
Network.UpdateStages.WithDnsServer.withDnsServer(String ipAddress)
Network.UpdateStages.WithSubnet.withoutSubnet(String name)
Resource.UpdateWithTags<T>.withoutTag(String key)
Network.UpdateStages.WithSubnet.withSubnet(String name, String cidr)
Network.UpdateStages.WithSubnet.withSubnets(Map<String, String> nameCidrPairs)
Resource.UpdateWithTags<T>.withTag(String key, String value)
Resource.UpdateWithTags<T>.withTags(Map<String, String> tags)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java