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(Create=true, 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.IConnectionDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="connectionDetails", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IConnectionDetails> RemotePrivateEndpointConnectionDetail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, 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.IConnectionDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="connectionDetails", Update=true)>]
member this.RemotePrivateEndpointConnectionDetail : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IConnectionDetails> with get, set
Public Property RemotePrivateEndpointConnectionDetail As List(Of IConnectionDetails)

Property Value

Attributes

Applies to