Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.UpdateDefinition Namespace

Interfaces

IBlank<ParentT>

The first stage of network interface IP configuration definition.

IUpdateDefinition<ParentT>

The entirety of a network interface IP configuration definition as part of a network interface update.

IWithApplicationGateway<ParentT>

The stage of the network interface IP configuration definition allowing to specify the load balancer to associate this IP configuration with.

IWithApplicationGatewayBeta<ParentT>

The stage of the network interface IP configuration definition allowing to specify the load balancer to associate this IP configuration with.

IWithAttach<ParentT>

The final stage of network interface IP configuration. At this stage, any remaining optional settings can be specified, or the network interface IP configuration definition can be attached to the parent network interface definition using WithAttach.attach().

IWithLoadBalancer<ParentT>

The stage of the network interface IP configuration definition allowing to specify the load balancer to associate this IP configuration with.

IWithNetwork<ParentT>

The stage of the network interface IP configuration definition allowing to specify the virtual network.

IWithPrivateIP<ParentT>

The stage of the network interface IP configuration definition allowing to specify private IP address within a virtual network subnet.

IWithPublicIPAddress<ParentT>

The stage of the network interface IP configuration definition allowing to associate it with a public IP address.

IWithSubnet<ParentT>

The stage of the network interface IP configuration definition allowing to specify subnet.