Freigeben über


IPrivateLinkScopeValidationDetails.ConnectionDetail Property

Definition

List of Private Endpoint Connection details.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="List of Private Endpoint Connection details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectionDetail) }, Read=true, ReadOnly=false, Required=false, SerializedName="connectionDetails", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectionDetail> ConnectionDetail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="List of Private Endpoint Connection details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectionDetail) }, Read=true, ReadOnly=false, Required=false, SerializedName="connectionDetails", Update=true)>]
member this.ConnectionDetail : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectionDetail> with get, set
Public Property ConnectionDetail As List(Of IConnectionDetail)

Property Value

Attributes

Applies to