你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IConfigurationStore.PrivateEndpointConnection Property

Definition

The list of private endpoint connections that are set up for this resource.

[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Description="The list of private endpoint connections that are set up for this resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IPrivateEndpointConnectionReference) }, ReadOnly=true, Required=false, SerializedName="privateEndpointConnections")]
public Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IPrivateEndpointConnectionReference[] PrivateEndpointConnection { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Description="The list of private endpoint connections that are set up for this resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IPrivateEndpointConnectionReference) }, ReadOnly=true, Required=false, SerializedName="privateEndpointConnections")>]
member this.PrivateEndpointConnection : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IPrivateEndpointConnectionReference[]
Public ReadOnly Property PrivateEndpointConnection As IPrivateEndpointConnectionReference()

Property Value

Attributes

Applies to