다음을 통해 공유


DiskAccess.PrivateEndpointConnections Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="properties.privateEndpointConnections")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection> PrivateEndpointConnections { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.privateEndpointConnections")>]
member this.PrivateEndpointConnections : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection>
Public ReadOnly Property PrivateEndpointConnections As IList(Of PrivateEndpointConnection)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to