NicIPConfiguration.DefinitionStages.WithAttach<ParentT> Interface

Type Parameters

ParentT

the stage of the parent network interface definition to return to after attaching this definition

Implements

public static interface NicIPConfiguration.DefinitionStages.WithAttach
extends InDefinition<ParentT>, WithPublicIPAddress<ParentT>, WithLoadBalancer<ParentT>, WithApplicationGateway<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.

Applies to