Freigeben über


IAccount.PrivateEndpointConnection Property

Definition

Gets the private endpoint connections information.

[Microsoft.Azure.PowerShell.Cmdlets.Purview.Runtime.Info(Create=false, Description="Gets the private endpoint connections information.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.IPrivateEndpointConnection) }, Read=true, ReadOnly=true, Required=false, SerializedName="privateEndpointConnections", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.IPrivateEndpointConnection> PrivateEndpointConnection { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Purview.Runtime.Info(Create=false, Description="Gets the private endpoint connections information.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.IPrivateEndpointConnection) }, Read=true, ReadOnly=true, Required=false, SerializedName="privateEndpointConnections", Update=false)>]
member this.PrivateEndpointConnection : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.IPrivateEndpointConnection>
Public ReadOnly Property PrivateEndpointConnection As List(Of IPrivateEndpointConnection)

Property Value

Attributes

Applies to