Uses of Class
com.azure.resourcemanager.compute.models.IpVersions
-
Packages that use IpVersions 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 IpVersions in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return IpVersions Modifier and Type Method Description IpVersionsVirtualMachineNetworkInterfaceIpConfigurationProperties. privateIpAddressVersion()Get the privateIpAddressVersion property: Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.IpVersionsVirtualMachinePublicIpAddressConfigurationProperties. 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 IpVersions Modifier and Type Method Description VirtualMachineNetworkInterfaceIpConfigurationPropertiesVirtualMachineNetworkInterfaceIpConfigurationProperties. withPrivateIpAddressVersion(IpVersions privateIpAddressVersion)Set the privateIpAddressVersion property: Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.VirtualMachinePublicIpAddressConfigurationPropertiesVirtualMachinePublicIpAddressConfigurationProperties. withPublicIpAddressVersion(IpVersions 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 IpVersions in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as IpVersions Modifier and Type Field Description static IpVersionsIpVersions. IPV4Static value IPv4 for IpVersions.static IpVersionsIpVersions. IPV6Static value IPv6 for IpVersions.Methods in com.azure.resourcemanager.compute.models that return IpVersions Modifier and Type Method Description static IpVersionsIpVersions. fromString(String name)Creates or finds a IpVersions from its string representation.IpVersionsVirtualMachineNetworkInterfaceIpConfiguration. privateIpAddressVersion()Get the privateIpAddressVersion property: Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.IpVersionsVirtualMachinePublicIpAddressConfiguration. 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 IpVersions Modifier and Type Method Description static Collection<IpVersions>IpVersions. values()Methods in com.azure.resourcemanager.compute.models with parameters of type IpVersions Modifier and Type Method Description VirtualMachineNetworkInterfaceIpConfigurationVirtualMachineNetworkInterfaceIpConfiguration. withPrivateIpAddressVersion(IpVersions privateIpAddressVersion)Set the privateIpAddressVersion property: Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.VirtualMachinePublicIpAddressConfigurationVirtualMachinePublicIpAddressConfiguration. withPublicIpAddressVersion(IpVersions publicIpAddressVersion)Set the publicIpAddressVersion property: Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.
-