Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
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 |
VirtualMachineScaleSetIpConfiguration.privateIpAddressVersion()
Get the privateIpAddressVersion property: Available from Api-Version 2017-03-30 onwards, it represents whether
the specific ipconfiguration is IPv4 or IPv6.
|
IpVersion |
VirtualMachineScaleSetUpdateIpConfiguration.privateIpAddressVersion()
Get the privateIpAddressVersion property: Available from Api-Version 2017-03-30 onwards, it represents whether
the specific ipconfiguration is IPv4 or IPv6.
|
IpVersion |
VirtualMachineScaleSetPublicIpAddressConfiguration.publicIpAddressVersion()
Get the publicIpAddressVersion property: Available from Api-Version 2019-07-01 onwards, it represents whether the
specific ipconfiguration is IPv4 or IPv6.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetIpConfiguration |
VirtualMachineScaleSetIpConfiguration.withPrivateIpAddressVersion(IpVersion privateIpAddressVersion)
Set the privateIpAddressVersion property: Available from Api-Version 2017-03-30 onwards, it represents whether
the specific ipconfiguration is IPv4 or IPv6.
|
VirtualMachineScaleSetUpdateIpConfiguration |
VirtualMachineScaleSetUpdateIpConfiguration.withPrivateIpAddressVersion(IpVersion privateIpAddressVersion)
Set the privateIpAddressVersion property: Available from Api-Version 2017-03-30 onwards, it represents whether
the specific ipconfiguration is IPv4 or IPv6.
|
VirtualMachineScaleSetPublicIpAddressConfiguration |
VirtualMachineScaleSetPublicIpAddressConfiguration.withPublicIpAddressVersion(IpVersion publicIpAddressVersion)
Set the publicIpAddressVersion property: Available from Api-Version 2019-07-01 onwards, it represents whether the
specific ipconfiguration is IPv4 or IPv6.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.