다음을 통해 공유


IVolumeGroup.PrivateEndpointConnection Property

Definition

The list of Private Endpoint Connections.

[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.Info(Create=false, Description="The list of Private Endpoint Connections.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IPrivateEndpointConnection) }, Read=true, ReadOnly=true, Required=false, SerializedName="privateEndpointConnections", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IPrivateEndpointConnection> PrivateEndpointConnection { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.Info(Create=false, Description="The list of Private Endpoint Connections.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IPrivateEndpointConnection) }, Read=true, ReadOnly=true, Required=false, SerializedName="privateEndpointConnections", Update=false)>]
member this.PrivateEndpointConnection : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IPrivateEndpointConnection>
Public ReadOnly Property PrivateEndpointConnection As List(Of IPrivateEndpointConnection)

Property Value

Attributes

Applies to