IWithSubnet Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the virtual network update allowing to add or remove subnets.
public interface IWithSubnet
type IWithSubnet = interface
Public Interface IWithSubnet
- Derived
Methods
DefineSubnet(String) |
Begins the definition of a new subnet to be added to this virtual network. |
UpdateSubnet(String) |
Begins the description of an update of an existing subnet of this network. |
WithoutSubnet(String) |
Removes a subnet from the virtual network. |
WithSubnet(String, String) |
Explicitly adds a subnet to the virtual network. Note this method's effect is additive, i.e. each time it is used, a new subnet is added to the network. |
WithSubnets(IDictionary<String,String>) |
Explicitly defines all the subnets in the virtual network based on the provided map. This replaces any previously existing subnets. |