IBlank<ParentT> 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 first stage of network interface IP configuration definition.
public interface IBlank<ParentT> : Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.UpdateDefinition.IWithNetwork<ParentT>
type IBlank<'ParentT> = interface
interface IWithNetwork<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithNetwork(Of ParentT)
Type Parameters
- ParentT
The stage of the parent network interface update to return to after attaching this definition.
- Derived
- Implements
Methods
WithExistingNetwork(INetwork) |
Associate an existing virtual network with the network interface IP configuration. (Inherited from IWithNetwork<ParentT>) |
WithNewNetwork(ICreatable<INetwork>) |
Create a new virtual network to associate with the network interface IP configuration, based on the provided definition. (Inherited from IWithNetwork<ParentT>) |
WithNewNetwork(String, String) |
Creates a new virtual network to associate with the network interface IP configuration. the virtual network will be created in the same resource group and region as of parent network interface, it will be created with the specified address space and a default subnet covering the entirety of the network IP address space. (Inherited from IWithNetwork<ParentT>) |
WithNewNetwork(String) |
Creates a new virtual network to associate with the network interface IP configuration. the virtual network will be created in the same resource group and region as of parent network interface, it will be created with the specified address space and a default subnet covering the entirety of the network IP address space. (Inherited from IWithNetwork<ParentT>) |
Applies to
Azure SDK for .NET