Interface NicIPConfiguration.UpdateDefinitionStages.WithPrivateIP<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent network interface update to return to after attaching this definition
- All Superinterfaces:
HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress<NicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT>>
- All Known Subinterfaces:
NicIPConfiguration.UpdateDefinition<ParentT>
- Enclosing interface:
- NicIPConfiguration.UpdateDefinitionStages
public static interface NicIPConfiguration.UpdateDefinitionStages.WithPrivateIP<ParentT> extends HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress<NicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT>>
The stage of the network interface IP configuration definition allowing to specify private IP address within a virtual network subnet.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT>withPrivateIPVersion(IPVersion ipVersion)Specifies the IP version for the private IP address.-
Methods inherited from interface com.microsoft.azure.management.network.model.HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress
withPrivateIPAddressDynamic, withPrivateIPAddressStatic
-
-
-
-
Method Detail
-
withPrivateIPVersion
NicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT> withPrivateIPVersion(IPVersion ipVersion)
Specifies the IP version for the private IP address.- Parameters:
ipVersion- an IP version- Returns:
- the next stage of the definition
-
-