Share via


DiskAccessData.PrivateEndpointConnections Property

Definition

A readonly collection of private endpoint connections created on the disk. Currently only one endpoint connection is supported.

public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Compute.ComputePrivateEndpointConnectionData> PrivateEndpointConnections { get; }
member this.PrivateEndpointConnections : System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Compute.ComputePrivateEndpointConnectionData>
Public ReadOnly Property PrivateEndpointConnections As IReadOnlyList(Of ComputePrivateEndpointConnectionData)

Property Value

Applies to