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.azure.resourcemanager.network.models.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
-
-