Uses of Class
com.azure.resourcemanager.compute.models.IpVersion
-
Packages that use IpVersion Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of IpVersion in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return IpVersion Modifier and Type Method Description IpVersionVirtualMachineScaleSetIpConfigurationProperties. privateIpAddressVersion()Get the privateIpAddressVersion property: Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.IpVersionVirtualMachineScaleSetUpdateIpConfigurationProperties. privateIpAddressVersion()Get the privateIpAddressVersion property: Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.IpVersionVirtualMachineScaleSetPublicIpAddressConfigurationProperties. publicIpAddressVersion()Get the publicIpAddressVersion property: Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type IpVersion Modifier and Type Method Description VirtualMachineScaleSetIpConfigurationPropertiesVirtualMachineScaleSetIpConfigurationProperties. 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.VirtualMachineScaleSetUpdateIpConfigurationPropertiesVirtualMachineScaleSetUpdateIpConfigurationProperties. 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.VirtualMachineScaleSetPublicIpAddressConfigurationPropertiesVirtualMachineScaleSetPublicIpAddressConfigurationProperties. 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. -
Uses of IpVersion in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as IpVersion Modifier and Type Field Description static IpVersionIpVersion. IPV4Static value IPv4 for IpVersion.static IpVersionIpVersion. IPV6Static value IPv6 for IpVersion.Methods in com.azure.resourcemanager.compute.models that return IpVersion Modifier and Type Method Description static IpVersionIpVersion. fromString(String name)Creates or finds a IpVersion from its string representation.IpVersionVirtualMachineScaleSetIpConfiguration. privateIpAddressVersion()Get the privateIpAddressVersion property: Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.IpVersionVirtualMachineScaleSetUpdateIpConfiguration. privateIpAddressVersion()Get the privateIpAddressVersion property: Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.IpVersionVirtualMachineScaleSetPublicIpAddressConfiguration. publicIpAddressVersion()Get the publicIpAddressVersion property: Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type IpVersion Modifier and Type Method Description static Collection<IpVersion>IpVersion. values()Methods in com.azure.resourcemanager.compute.models with parameters of type IpVersion Modifier and Type Method Description VirtualMachineScaleSetIpConfigurationVirtualMachineScaleSetIpConfiguration. 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.VirtualMachineScaleSetUpdateIpConfigurationVirtualMachineScaleSetUpdateIpConfiguration. 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.VirtualMachineScaleSetPublicIpAddressConfigurationVirtualMachineScaleSetPublicIpAddressConfiguration. 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.
-