IotHubProperties.PrivateEndpointConnections Property

Definition

Gets or sets private endpoint connections created on this IotHub

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to