Subnet.UpdateDefinitionStages.WithAttach<ParentT> Interface

Type Parameters

ParentT

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

Implements

public static interface Subnet.UpdateDefinitionStages.WithAttach
extends InUpdate<ParentT>, WithNetworkSecurityGroup<ParentT>, WithRouteTable<ParentT>, WithServiceEndpoint<ParentT>

The final stage of the subnet definition.

At this stage, any remaining optional settings can be specified, or the subnet definition can be attached to the parent virtual network definition.

Applies to