IConfigurationStore.PrivateEndpointConnection 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 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