Subnet.PrivateEndpoints Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an array of references to private endpoints.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.privateEndpoints")]
public System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateEndpoint> PrivateEndpoints { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.privateEndpoints")>]
member this.PrivateEndpoints : System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateEndpoint>
Public ReadOnly Property PrivateEndpoints As IList(Of PrivateEndpoint)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute