Uses of Class
com.azure.resourcemanager.compute.models.IpVersions
Packages that use IpVersions
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 IpVersionsModifier and TypeMethodDescriptionVirtualMachineNetworkInterfaceIpConfigurationProperties.privateIpAddressVersion()Get the privateIpAddressVersion property: Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.VirtualMachinePublicIpAddressConfigurationProperties.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 IpVersionsModifier and TypeMethodDescriptionVirtualMachineNetworkInterfaceIpConfigurationProperties.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.VirtualMachinePublicIpAddressConfigurationProperties.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
Subclasses with type arguments of type IpVersions in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classAvailable from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.Fields in com.azure.resourcemanager.compute.models declared as IpVersionsModifier and TypeFieldDescriptionstatic final IpVersionsIpVersions.IPV4Static value IPv4 for IpVersions.static final IpVersionsIpVersions.IPV6Static value IPv6 for IpVersions.Methods in com.azure.resourcemanager.compute.models that return IpVersionsModifier and TypeMethodDescriptionstatic IpVersionsIpVersions.fromString(String name) Creates or finds a IpVersions from its string representation.VirtualMachineNetworkInterfaceIpConfiguration.privateIpAddressVersion()Get the privateIpAddressVersion property: Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.VirtualMachinePublicIpAddressConfiguration.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 IpVersionsModifier and TypeMethodDescriptionstatic Collection<IpVersions> IpVersions.values()Gets known IpVersions values.Methods in com.azure.resourcemanager.compute.models with parameters of type IpVersionsModifier and TypeMethodDescriptionVirtualMachineNetworkInterfaceIpConfiguration.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.VirtualMachinePublicIpAddressConfiguration.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.