IWithPrimaryNetwork 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 network interface definition allowing to specify the virtual network for primary IP configuration.
public interface IWithPrimaryNetwork
type IWithPrimaryNetwork = interface
Public Interface IWithPrimaryNetwork
- Derived
Methods
WithExistingPrimaryNetwork(INetwork) |
Associate an existing virtual network with the network interface's primary IP configuration. |
WithNewPrimaryNetwork(ICreatable<INetwork>) |
Create a new virtual network to associate with the network interface's primary IP configuration, based on the provided definition. |
WithNewPrimaryNetwork(String, String) |
Creates a new virtual network to associate with the network interface's primary IP configuration. The virtual network will be created in the same resource group and region as of network interface, it will be created with the specified address space and a default subnet covering the entirety of the network IP address space. |
WithNewPrimaryNetwork(String) |
Creates a new virtual network to associate with the network interface's primary IP configuration. The virtual network will be created in the same resource group and region as of network interface, it will be created with the specified address space and a default subnet covering the entirety of the network IP address space. |
Applies to
Azure SDK for .NET