| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static IPVersion |
IPVersion.IPV4
Static value IPv4 for IPVersion.
|
static IPVersion |
IPVersion.IPV6
Static value IPv6 for IPVersion.
|
| Modifier and Type | Method and Description |
|---|---|
IPVersion |
NicIPConfigurationBase.privateIPAddressVersion() |
IPVersion |
PublicIPAddress.version() |
| Modifier and Type | Method and Description |
|---|---|
NicIPConfiguration.DefinitionStages.WithAttach<ParentT> |
NicIPConfiguration.DefinitionStages.WithPrivateIP.withPrivateIPVersion(IPVersion ipVersion)
Specifies the IP version for the private IP address.
|
NicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT> |
NicIPConfiguration.UpdateDefinitionStages.WithPrivateIP.withPrivateIPVersion(IPVersion ipVersion)
Specifies the IP version for the private IP address.
|
NicIPConfiguration.Update |
NicIPConfiguration.UpdateStages.WithPrivateIP.withPrivateIPVersion(IPVersion ipVersion)
Specifies the IP version for the private IP address.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/