PrivateLinkServiceIPConfiguration.PrivateIPAddressVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4.
public Azure.ResourceManager.Network.Models.NetworkIPVersion? PrivateIPAddressVersion { get; set; }
member this.PrivateIPAddressVersion : Nullable<Azure.ResourceManager.Network.Models.NetworkIPVersion> with get, set
Public Property PrivateIPAddressVersion As Nullable(Of NetworkIPVersion)
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET