你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IHybridComputePrivateLinkScope.PrivateEndpointConnection Property

Definition

The collection of associated Private Endpoint Connections.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="The collection of associated Private Endpoint Connections.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel) }, Read=true, ReadOnly=true, Required=false, SerializedName="privateEndpointConnections", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel> PrivateEndpointConnection { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="The collection of associated Private Endpoint Connections.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel) }, Read=true, ReadOnly=true, Required=false, SerializedName="privateEndpointConnections", Update=false)>]
member this.PrivateEndpointConnection : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel>
Public ReadOnly Property PrivateEndpointConnection As List(Of IPrivateEndpointConnectionDataModel)

Property Value

Attributes

Applies to