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