Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes 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 |
VirtualMachineScaleSetUpdateIPConfiguration.privateIPAddressVersion()
Get available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.
|
IPVersion |
VirtualMachineScaleSetIPConfiguration.privateIPAddressVersion()
Get available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.
|
Modifier and Type | Method and Description |
---|---|
static Collection<IPVersion> |
IPVersion.values() |
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUpdateIPConfiguration |
VirtualMachineScaleSetUpdateIPConfiguration.withPrivateIPAddressVersion(IPVersion privateIPAddressVersion)
Set available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.
|
VirtualMachineScaleSetIPConfiguration |
VirtualMachineScaleSetIPConfiguration.withPrivateIPAddressVersion(IPVersion privateIPAddressVersion)
Set available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.
|
Copyright © 2019. All rights reserved.