Uses of Class
com.azure.resourcemanager.compute.models.IpVersion
Packages that use IpVersion
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 IpVersionModifier and TypeMethodDescriptionVirtualMachineScaleSetIpConfigurationProperties.privateIpAddressVersion()Get the privateIpAddressVersion property: Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.VirtualMachineScaleSetUpdateIpConfigurationProperties.privateIpAddressVersion()Get the privateIpAddressVersion property: Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.VirtualMachineScaleSetPublicIpAddressConfigurationProperties.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 IpVersionModifier and TypeMethodDescriptionVirtualMachineScaleSetIpConfigurationProperties.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.VirtualMachineScaleSetUpdateIpConfigurationProperties.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.VirtualMachineScaleSetPublicIpAddressConfigurationProperties.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
Subclasses with type arguments of type IpVersion 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 IpVersionModifier and TypeFieldDescriptionstatic final IpVersionIpVersion.IPV4Static value IPv4 for IpVersion.static final IpVersionIpVersion.IPV6Static value IPv6 for IpVersion.Methods in com.azure.resourcemanager.compute.models that return IpVersionModifier and TypeMethodDescriptionstatic IpVersionIpVersion.fromString(String name) Creates or finds a IpVersion from its string representation.VirtualMachineScaleSetIpConfiguration.privateIpAddressVersion()Get the privateIpAddressVersion property: Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.VirtualMachineScaleSetUpdateIpConfiguration.privateIpAddressVersion()Get the privateIpAddressVersion property: Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.VirtualMachineScaleSetPublicIpAddressConfiguration.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 IpVersionModifier and TypeMethodDescriptionstatic Collection<IpVersion> IpVersion.values()Gets known IpVersion values.Methods in com.azure.resourcemanager.compute.models with parameters of type IpVersionModifier and TypeMethodDescriptionVirtualMachineScaleSetIpConfiguration.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.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.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.