IPrivateEndpointConnectionProxy.RemotePrivateEndpointConnectionDetail Property

Definition

Gets or sets the list of Connection Details. This is the connection details for private endpoint.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets the list of Connection Details. This is the connection details for private endpoint.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IConnectionDetails) }, ReadOnly=false, Required=false, SerializedName="connectionDetails")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IConnectionDetails[] RemotePrivateEndpointConnectionDetail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets the list of Connection Details. This is the connection details for private endpoint.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IConnectionDetails) }, ReadOnly=false, Required=false, SerializedName="connectionDetails")>]
member this.RemotePrivateEndpointConnectionDetail : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IConnectionDetails[] with get, set
Public Property RemotePrivateEndpointConnectionDetail As IConnectionDetails()

Property Value

Attributes

Applies to