Condividi tramite


IVault.PrivateEndpointConnection Property

Definition

List of private endpoint connections associated with the key vault.

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

Property Value

Attributes

Applies to