Microsoft.Azure.Management.Network.Fluent.Network.Definition Namespace

Interfaces

IBlank

The first stage of a virtual network definition.

IDefinition

The entirety of the virtual network definition.

IWithCreate

The stage of the virtual network definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified, except for adding subnets. Subnets can be added only right after the address space is explicitly specified.

IWithCreateAndSubnet

The stage of the public IP definition which contains all the minimum required inputs for the resource to be created (via WithCreate.create()), but also allows for any other optional settings to be specified, including adding subnets.

IWithDdosProtectionPlan

The stage of the virtual network definition allowing to specify DDoS protection plan.

IWithGroup

The stage of the virtual network definition allowing to specify the resource group.

IWithSubnet

The stage of the virtual network definition allowing to add subnets.

IWithVmProtection

The stage of the virtual network definition allowing to enable VM protection for all the subnets in the virtual network.