Share via


StorageSyncService.PrivateEndpointConnections Property

Definition

Gets list of private endpoint connection associated with the specified storage sync service

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to