| 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 |
|---|---|
static IPVersion |
IPVersion.fromString(String name)
Creates or finds a IPVersion from its string representation.
|
IPVersion |
NicIPConfigurationBase.privateIPAddressVersion() |
IPVersion |
PrivateLinkServiceIpConfiguration.privateIPAddressVersion()
Get available from Api-Version 2016-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.
|
IPVersion |
PublicIPAddress.version() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<IPVersion> |
IPVersion.values() |
| Modifier and Type | Method and Description |
|---|---|
PrivateLinkServiceIpConfiguration |
PrivateLinkServiceIpConfiguration.withPrivateIPAddressVersion(IPVersion privateIPAddressVersion)
Set available from Api-Version 2016-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.
|
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.
*/