ParentT - the stage of the parent network interface definition to return to after attaching this definitionpublic static interface NicIPConfiguration.DefinitionStages.WithPrivateIP<ParentT> extends HasPrivateIPAddress.DefinitionStages.WithPrivateIPAddress<NicIPConfiguration.DefinitionStages.WithAttach<ParentT>>
| Modifier and Type | Method and Description |
|---|---|
NicIPConfiguration.DefinitionStages.WithAttach<ParentT> |
withPrivateIPVersion(IPVersion ipVersion)
Specifies the IP version for the private IP address.
|
withPrivateIPAddressDynamic, withPrivateIPAddressStaticNicIPConfiguration.DefinitionStages.WithAttach<ParentT> withPrivateIPVersion(IPVersion ipVersion)
ipVersion - an IP version/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/