IRegistryProperties.RegistryPrivateEndpointConnection 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> RegistryPrivateEndpointConnection { 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.RegistryPrivateEndpointConnection : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IRegistryPrivateEndpointConnection> with get, set
Public Property RegistryPrivateEndpointConnection As List(Of IRegistryPrivateEndpointConnection)

Property Value

Attributes

Applies to