IInboundNatRule.PrivateLinkConnectionPropertyFqdn Property

Definition

List of FQDNs for current private link connection.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="List of FQDNs for current private link connection.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="fqdns", Update=false)]
public System.Collections.Generic.List<string> PrivateLinkConnectionPropertyFqdn { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="List of FQDNs for current private link connection.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="fqdns", Update=false)>]
member this.PrivateLinkConnectionPropertyFqdn : System.Collections.Generic.List<string>
Public ReadOnly Property PrivateLinkConnectionPropertyFqdn As List(Of String)

Property Value

Attributes

Applies to