IPrivateEndpointConnectionProxy.RemotePrivateEndpointPrivateLinkServiceProxy Property

Definition

Gets or sets the list of private link service proxies.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="Gets or sets the list of private link service proxies.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IPrivateLinkServiceProxy) }, Read=true, ReadOnly=false, Required=false, SerializedName="privateLinkServiceProxies", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IPrivateLinkServiceProxy> RemotePrivateEndpointPrivateLinkServiceProxy { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="Gets or sets the list of private link service proxies.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IPrivateLinkServiceProxy) }, Read=true, ReadOnly=false, Required=false, SerializedName="privateLinkServiceProxies", Update=true)>]
member this.RemotePrivateEndpointPrivateLinkServiceProxy : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IPrivateLinkServiceProxy> with get, set
Public Property RemotePrivateEndpointPrivateLinkServiceProxy As List(Of IPrivateLinkServiceProxy)

Property Value

Attributes

Applies to