Interface NicIPConfiguration.DefinitionStages.Blank<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent network interface definition to return to after attaching this definition
- All Superinterfaces:
NicIPConfiguration.DefinitionStages.WithNetwork<ParentT>
- All Known Subinterfaces:
NicIPConfiguration.Definition<ParentT>
- Enclosing interface:
- NicIPConfiguration.DefinitionStages
public static interface NicIPConfiguration.DefinitionStages.Blank<ParentT> extends NicIPConfiguration.DefinitionStages.WithNetwork<ParentT>
The first stage of network interface IP configuration definition.
-
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.network.NicIPConfiguration.DefinitionStages.WithNetwork
withExistingNetwork, withNewNetwork, withNewNetwork, withNewNetwork
-
-