Partager via


IDualStackEndpointPreference.PublishIpv6Endpoint Property

Definition

A boolean flag which indicates whether IPv6 storage endpoints are to be published.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="A boolean flag which indicates whether IPv6 storage endpoints are to be published.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="publishIpv6Endpoint", Update=true)]
public bool? PublishIpv6Endpoint { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="A boolean flag which indicates whether IPv6 storage endpoints are to be published.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="publishIpv6Endpoint", Update=true)>]
member this.PublishIpv6Endpoint : Nullable<bool> with get, set
Public Property PublishIpv6Endpoint As Nullable(Of Boolean)

Property Value

Attributes

Applies to