Interface NicIpConfiguration.DefinitionStages.WithPrivateIP<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent network interface definition to return to after attaching this definition
- All Superinterfaces:
HasPrivateIpAddress.DefinitionStages.WithPrivateIPAddress<NicIpConfiguration.DefinitionStages.WithAttach<ParentT>>
- All Known Subinterfaces:
NicIpConfiguration.Definition<ParentT>
- Enclosing interface:
- NicIpConfiguration.DefinitionStages
public static interface NicIpConfiguration.DefinitionStages.WithPrivateIP<ParentT> extends HasPrivateIpAddress.DefinitionStages.WithPrivateIPAddress<NicIpConfiguration.DefinitionStages.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.DefinitionStages.WithAttach<ParentT>withPrivateIpVersion(IpVersion ipVersion)Specifies the IP version for the private IP address.-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPrivateIpAddress.DefinitionStages.WithPrivateIPAddress
withPrivateIpAddressDynamic, withPrivateIpAddressStatic
-
-
-
-
Method Detail
-
withPrivateIpVersion
NicIpConfiguration.DefinitionStages.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
-
-