Interface NicIpConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>
- Type Parameters:
ParentT- the stage of the parent network interface update to return to after attaching this definition
- All Known Subinterfaces:
NicIpConfiguration.UpdateDefinition<ParentT>
- Enclosing interface:
NicIpConfiguration.UpdateDefinitionStages
public static interface NicIpConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>
The stage of the network interface IP configuration definition allowing to specify subnet.
-
Method Summary
Modifier and TypeMethodDescriptionwithSubnet(String name) Associate a subnet with the network interface IP configuration.
-
Method Details
-
withSubnet
Associate a subnet with the network interface IP configuration.- Parameters:
name- the subnet name- Returns:
- the next stage of the definition
-