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
Modifier and TypeMethodDescriptionwithPrivateIpVersion(IpVersion ipVersion) Specifies the IP version for the private IP address.Methods inherited from interface com.azure.resourcemanager.network.models.HasPrivateIpAddress.UpdateStages.WithPrivateIPAddress
withPrivateIpAddressDynamic, withPrivateIpAddressStatic
-
Method Details
-
withPrivateIpVersion
Specifies the IP version for the private IP address.- Parameters:
ipVersion- an IP version- Returns:
- the next stage of the update
-