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 |
PublicIPAddress.version() |
Modifier and Type | Method and Description |
---|---|
static Collection<IPVersion> |
IPVersion.values() |
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 © 2019. All rights reserved.