Condividi tramite


IManagedHsmProperties.PrivateEndpointConnection Property

Definition

List of private endpoint connections associated with the managed hsm pool.

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

Property Value

Attributes

Applies to