NicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT> Interface

Type Parameters

ParentT

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

Implements

public static interface NicIPConfiguration.UpdateDefinitionStages.WithAttach
extends InUpdate<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 using WithAttach#attach().

Applies to