IPrivateEndpointProperties.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.Runtime.Info(Create=true, Description="A list of IP configurations of the private endpoint. This will be used to map to the First Party Service's endpoints.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IPrivateEndpointIPConfiguration) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipConfigurations", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IPrivateEndpointIPConfiguration> IPConfiguration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="A list of IP configurations of the private endpoint. This will be used to map to the First Party Service's endpoints.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IPrivateEndpointIPConfiguration) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipConfigurations", Update=true)>]
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

Attributes

Applies to