NodeTypeFrontendConfiguration.IPAddressType 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.
The IP address type of this frontend configuration. If omitted the default value is IPv4.
public Azure.ResourceManager.ServiceFabricManagedClusters.Models.NodeTypeFrontendConfigurationIPAddressType? IPAddressType { get; set; }
member this.IPAddressType : Nullable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.NodeTypeFrontendConfigurationIPAddressType> with get, set
Public Property IPAddressType As Nullable(Of NodeTypeFrontendConfigurationIPAddressType)