IRegistry.PrivateEndpointConnection Property

Definition

Private endpoint connections info used for pending connections in private link portal

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Private endpoint connections info used for pending connections in private link portal", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IRegistryPrivateEndpointConnection) }, Read=true, ReadOnly=false, Required=false, SerializedName="registryPrivateEndpointConnections", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IRegistryPrivateEndpointConnection> PrivateEndpointConnection { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Private endpoint connections info used for pending connections in private link portal", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IRegistryPrivateEndpointConnection) }, Read=true, ReadOnly=false, Required=false, SerializedName="registryPrivateEndpointConnections", Update=true)>]
member this.PrivateEndpointConnection : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IRegistryPrivateEndpointConnection> with get, set
Public Property PrivateEndpointConnection As List(Of IRegistryPrivateEndpointConnection)

Property Value

Attributes

Applies to