| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
IpVersion |
IpAllocationInner.prefixType()
Get the prefixType property: The address prefix Type for the IpAllocation.
|
IpVersion |
NetworkInterfaceIpConfigurationInner.privateIpAddressVersion()
Get the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.
|
IpVersion |
PrivateLinkServiceIpConfigurationInner.privateIpAddressVersion()
Get the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.
|
IpVersion |
FrontendIpConfigurationInner.privateIpAddressVersion()
Get the privateIpAddressVersion property: Whether the specific ipconfiguration is IPv4 or IPv6.
|
IpVersion |
PublicIpAddressInner.publicIpAddressVersion()
Get the publicIpAddressVersion property: The public IP address version.
|
IpVersion |
PublicIpPrefixInner.publicIpAddressVersion()
Get the publicIpAddressVersion property: The public IP address version.
|
| Modifier and Type | Method and Description |
|---|---|
IpAllocationInner |
IpAllocationInner.withPrefixType(IpVersion prefixType)
Set the prefixType property: The address prefix Type for the IpAllocation.
|
NetworkInterfaceIpConfigurationInner |
NetworkInterfaceIpConfigurationInner.withPrivateIpAddressVersion(IpVersion privateIpAddressVersion)
Set the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.
|
PrivateLinkServiceIpConfigurationInner |
PrivateLinkServiceIpConfigurationInner.withPrivateIpAddressVersion(IpVersion privateIpAddressVersion)
Set the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.
|
FrontendIpConfigurationInner |
FrontendIpConfigurationInner.withPrivateIpAddressVersion(IpVersion privateIpAddressVersion)
Set the privateIpAddressVersion property: Whether the specific ipconfiguration is IPv4 or IPv6.
|
PublicIpAddressInner |
PublicIpAddressInner.withPublicIpAddressVersion(IpVersion publicIpAddressVersion)
Set the publicIpAddressVersion property: The public IP address version.
|
PublicIpPrefixInner |
PublicIpPrefixInner.withPublicIpAddressVersion(IpVersion publicIpAddressVersion)
Set the publicIpAddressVersion property: The public IP address version.
|
| 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 |
ConnectivityParameters.preferredIpVersion()
Get the preferredIpVersion property: Preferred IP version of the connection.
|
IpVersion |
NicIpConfigurationBase.privateIpAddressVersion() |
IpVersion |
PublicIpPrefix.publicIpAddressVersion() |
IpVersion |
PublicIpAddress.version() |
| Modifier and Type | Method and Description |
|---|---|
PublicIpAddress.DefinitionStages.WithCreate |
PublicIpAddress.DefinitionStages.WithIpAddressVersion.withIpAddressVersion(IpVersion ipVersion)
Sets IP address version.
|
PublicIpAddress.Update |
PublicIpAddress.UpdateStages.WithIpAddressVersion.withIpAddressVersion(IpVersion ipVersion)
Sets IP address version.
|
ConnectivityParameters |
ConnectivityParameters.withPreferredIpVersion(IpVersion preferredIpVersion)
Set the preferredIpVersion property: Preferred IP version of the connection.
|
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.
|
PublicIpPrefix.DefinitionStages.WithCreate |
PublicIpPrefix.DefinitionStages.WithPublicIpAddressVersion.withPublicIpAddressVersion(IpVersion publicIpAddressVersion)
Specifies publicIpAddressVersion.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.