IBlank<ParentT> Interface

Definition

The first stage of network interface IP configuration definition.

public interface IBlank<ParentT> : Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Definition.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 definition 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)

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, 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