Interface NicIPConfiguration.UpdateStages.WithPrivateIP
-
- All Superinterfaces:
HasPrivateIPAddress.UpdateStages.WithPrivateIPAddress<NicIPConfiguration.Update>
- All Known Subinterfaces:
NicIPConfiguration.Update
- Enclosing interface:
- NicIPConfiguration.UpdateStages
public static interface NicIPConfiguration.UpdateStages.WithPrivateIP extends HasPrivateIPAddress.UpdateStages.WithPrivateIPAddress<NicIPConfiguration.Update>
The stage of the network interface IP configuration update allowing to specify private IP.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NicIPConfiguration.UpdatewithPrivateIPVersion(IPVersion ipVersion)Specifies the IP version for the private IP address.-
Methods inherited from interface com.microsoft.azure.management.network.model.HasPrivateIPAddress.UpdateStages.WithPrivateIPAddress
withPrivateIPAddressDynamic, withPrivateIPAddressStatic
-
-
-
-
Method Detail
-
withPrivateIPVersion
NicIPConfiguration.Update withPrivateIPVersion(IPVersion ipVersion)
Specifies the IP version for the private IP address.- Parameters:
ipVersion- an IP version- Returns:
- the next stage of the update
-
-