Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Method and Description |
---|---|
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()
Disable VM protection for all the subnets in the virtual network.
|
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()
Enable VM protection for all the subnets in the virtual network.
|
Modifier and Type | Method and Description |
---|---|
Subnet.UpdateDefinitionStages.Blank<Network.Update> |
Network.UpdateStages.WithSubnet.defineSubnet(String name)
Begins the definition of a new subnet to be added to this virtual network.
|
Copyright © 2019. All rights reserved.