IPrivateEndpointConnectionProxy.RemotePrivateEndpointPrivateLinkServiceConnection Property

Definition

Gets or sets the list of Private Link Service Connections and gets populated for Auto approval flow.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="Gets or sets the list of Private Link Service Connections and gets populated for Auto approval flow.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IPrivateLinkServiceConnection) }, Read=true, ReadOnly=false, Required=false, SerializedName="privateLinkServiceConnections", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IPrivateLinkServiceConnection> RemotePrivateEndpointPrivateLinkServiceConnection { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="Gets or sets the list of Private Link Service Connections and gets populated for Auto approval flow.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IPrivateLinkServiceConnection) }, Read=true, ReadOnly=false, Required=false, SerializedName="privateLinkServiceConnections", Update=true)>]
member this.RemotePrivateEndpointPrivateLinkServiceConnection : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IPrivateLinkServiceConnection> with get, set
Public Property RemotePrivateEndpointPrivateLinkServiceConnection As List(Of IPrivateLinkServiceConnection)

Property Value

Attributes

Applies to