PrivateEndpoint.IPConfiguration Property

Definition

A list of IP configurations of the private endpoint. This will be used to map to the First Party Service's endpoints.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Origin(Microsoft.Azure.PowerShell.Cmdlets.CloudService.PropertyOrigin.Inlined)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IPrivateEndpointIPConfiguration> IPConfiguration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Origin(Microsoft.Azure.PowerShell.Cmdlets.CloudService.PropertyOrigin.Inlined)>]
member this.IPConfiguration : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IPrivateEndpointIPConfiguration> with get, set
Public Property IPConfiguration As List(Of IPrivateEndpointIPConfiguration)

Property Value

Implements

Attributes

Applies to